1760174224

This commit is contained in:
2025-10-11 03:17:04 -06:00
parent 7b951b98ec
commit f918f602dc
3 changed files with 37 additions and 6 deletions
+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
if [ $ret -ne 0 ]; then
webhook "Process $pid Ended at $(date)!" true true
webhook "Process $pid Ended at $(date)!" true
echo "Process $pid Ended at $(date)!"
exit
fi