Skip to content
Snippets Groups Projects
Commit 0e691f1b authored by Peter Palfrader's avatar Peter Palfrader
Browse files

clean up debugging stuff

parent 29403023
No related branches found
No related tags found
No related merge requests found
......@@ -168,9 +168,7 @@ case "$1" in
;;
stop)
log_action_begin_msg "Stopping $DESC"
TORPID=/home/weasel/pidfile
pid=`cat $TORPID 2>/dev/null` || true
DAEMON=/bin/sleep
if test ! -f $TORPID -o -z "$pid"; then
log_action_end_msg 0 "not running - there is no $TORPID"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment