Update init.d

This commit is contained in:
nkwood 2013-12-23 14:55:56 -06:00
parent 89cfb96855
commit 922385d761
1 changed files with 0 additions and 1 deletions

View File

@ -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