remove test line

This commit is contained in:
bolvan 2019-05-16 10:37:13 +03:00
parent aab391897e
commit c58243be4f

View File

@ -219,7 +219,6 @@ run_daemon()
# $3 - daemon args
# use $PIDDIR/$DAEMONBASE$1.pid as pidfile
echo DARGS $3
local DAEMONBASE=$(basename $2)
local PIDFILE=$PIDDIR/$DAEMONBASE$1.pid
echo "Starting daemon $1: $2 $3"