better webhoo echo -e \nExisting Webhook and Tag found. Using those values unless you enter new ones.\n
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user