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:34:20 -06:00
parent 8d5a270cf3
commit 80d922f4ad
2 changed files with 2 additions and 13 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ 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" true true
echo "Process $pid Ended at $(date)! \n\t$tag"
webhook "Process $pid Ended at $(date)!" true true
echo "Process $pid Ended at $(date)!"
exit
fi