From 8d5a270cf3148c6a0a7358d80af83b4af34666ce Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 Aug 2025 18:32:18 -0600 Subject: [PATCH] better webhoo echo -e \nExisting Webhook and Tag found. Using those values unless you enter new ones.\n --- customscripts/monitor_pid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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