diff --git a/data/tutorials/fs_csv/cgrates/etc/init.d/cgrates b/data/tutorials/fs_csv/cgrates/etc/init.d/cgrates index 82e004b2c..061df46e3 100755 --- a/data/tutorials/fs_csv/cgrates/etc/init.d/cgrates +++ b/data/tutorials/fs_csv/cgrates/etc/init.d/cgrates @@ -73,7 +73,7 @@ do_stop() # 1 if daemon was already stopped # 2 if daemon could not be stopped # other if a failure occurred - start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME + start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE RETVAL="$?" [ "$RETVAL" = 2 ] && return 2 # Wait for children to finish too if this is a daemon that forks