Skip to content
Snippets Groups Projects
Commit 026d21fc authored by Hannes Feldt's avatar Hannes Feldt
Browse files

fix

parent 47a8b0fd
No related branches found
No related tags found
No related merge requests found
Pipeline #102582 failed
......@@ -33,8 +33,7 @@ PIDFILE=/var/run/$NAME.pid
#
do_start() {
echo "Starting $DESC ..."
start-stop-daemon --start --background --pidfile $PIDFILE --make-pidfile --exec $DAEMON -- -p $HWTR_PORT -c $HWTR_CONFIG $HWTR_ARGS >/dev/null 2>&1 || status=$?
echo "."
start-stop-daemon --start --background --pidfile $PIDFILE --make-pidfile --exec $DAEMON -- -p $HWTR_PORT -c $HWTR_CONFIG $HWTR_ARGS
}
#
......@@ -43,7 +42,6 @@ do_start() {
do_stop() {
echo "Stopping $DESC"
start-stop-daemon --stop --pidfile $PIDFILE
echo "."
}
case "$1" in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment