Skip to content

Commit

Permalink
mxraid: Enable assembly with mxraid_assemble
Browse files Browse the repository at this point in the history
This completes the installation of the new assembly tool.

Note: mxmount/mxmount has changed too, the autoassembly has
      been removed.
  • Loading branch information
thomas committed Feb 15, 2018
1 parent 94dc369 commit 701a51d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mxraid/mxraid
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ mxraid_restart() {

case "$1" in
'start')
/usr/bin/true
# mxraid_start
mxraid_start
;;
'stop')
mxraid_stop
;;
'restart')
/usr/bin/true
# mxraid_restart
mxraid_restart
;;
*)
echo "usage $0 start|stop|restart"
Expand Down

0 comments on commit 701a51d

Please sign in to comment.