diff --git a/customscripts/monitor_pid b/customscripts/monitor_pid index cf47887..dc71aa6 100644 --- a/customscripts/monitor_pid +++ b/customscripts/monitor_pid @@ -20,7 +20,7 @@ while [ 1 -eq 1 ]; do # check if the process exists via retcode of the ps -q $pid if [ $ret -ne 0 ]; then - webhook "Process $pid Ended at $(date)! \n\t$tag" + webhook "Process $pid Ended at $(date)! \n\t$tag" true true echo "Process $pid Ended at $(date)! \n\t$tag" exit fi