removed debug stuff

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-03-11 17:37:31 +03:00
parent 7fe65f774b
commit 1394e52057
1 changed files with 1 additions and 1 deletions

2
ssm
View File

@ -51,7 +51,7 @@ respawn() {
wait "${jobs[@]}"
fi
rm -vf "$svc_pidfile" "$service_ready_flag" &>>/tmp/ssm.log
rm -f "$svc_pidfile" "$service_ready_flag"
exit 0
}; trap 'respawn::cleanup' TERM