Update init.d
This commit is contained in:
parent
89cfb96855
commit
922385d761
|
@ -25,7 +25,6 @@ start() {
|
|||
echo -n "Starting $prog: "
|
||||
mkdir -p $RUNDIR && chown www-data:www-data $RUNDIR
|
||||
mkdir -p $TMPDIR && chown www-data:www-data $TMPDIR
|
||||
zmfix -a
|
||||
$command start
|
||||
RETVAL=$?
|
||||
[ $RETVAL = 0 ] && echo success
|
||||
|
|
Loading…
Reference in New Issue