From 701a51d1bcc7c0038b66b1233fa410b84c1597e5 Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 15 Feb 2018 13:06:19 +0100 Subject: [PATCH] mxraid: Enable assembly with mxraid_assemble This completes the installation of the new assembly tool. Note: mxmount/mxmount has changed too, the autoassembly has been removed. --- mxraid/mxraid | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mxraid/mxraid b/mxraid/mxraid index 5117c8b8..e8204c96 100755 --- a/mxraid/mxraid +++ b/mxraid/mxraid @@ -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"