Skip to content

Commit

Permalink
Merge pull request #21 from mariux64/mxraid-enable-assembly
Browse files Browse the repository at this point in the history
mxraid: Enable assembly with mxraid_assemble
  • Loading branch information
thomas authored Feb 15, 2018
2 parents 94dc369 + 701a51d commit 06fca2a
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 06fca2a

Please sign in to comment.