better webhoo echo -e \nExisting Webhook and Tag found. Using those values unless you enter new ones.\n

This commit is contained in:
2025-08-23 18:32:18 -06:00
parent 6178611e97
commit 8d5a270cf3
+1 -1
View File
@@ -20,7 +20,7 @@ while [ 1 -eq 1 ]; do
# check if the process exists via retcode of the ps -q $pid # check if the process exists via retcode of the ps -q $pid
if [ $ret -ne 0 ]; then 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" echo "Process $pid Ended at $(date)! \n\t$tag"
exit exit
fi fi