From 80d922f4ad74075420c48f5d934536d856cbcfc7 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 Aug 2025 18:34:20 -0600 Subject: [PATCH] better webhoo echo -e \nExisting Webhook and Tag found. Using those values unless you enter new ones.\n --- customscripts/monitor_pid | 4 ++-- customscripts/wget-log | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 customscripts/wget-log diff --git a/customscripts/monitor_pid b/customscripts/monitor_pid index dc71aa6..f70c322 100644 --- a/customscripts/monitor_pid +++ b/customscripts/monitor_pid @@ -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 diff --git a/customscripts/wget-log b/customscripts/wget-log deleted file mode 100644 index f11bcb7..0000000 --- a/customscripts/wget-log +++ /dev/null @@ -1,11 +0,0 @@ ---2025-08-19 00:10:40-- https://pbs.twimg.com/media/GynkbILasAANl3A?format=jpg -Resolving pbs.twimg.com (pbs.twimg.com)... 104.18.37.127, 172.64.150.129 -Connecting to pbs.twimg.com (pbs.twimg.com)|104.18.37.127|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 135613 (132K) [image/jpeg] -Saving to: ‘outdir/GynkbILasAANl3A?format=jpg’ - - GynkbILasAANl3A?format=j 0%[ ] 0 --.-KB/s GynkbILasAANl3A?format=j 100%[=================================>] 132.43K --.-KB/s in 0.03s - -2025-08-19 00:10:40 (4.45 MB/s) - ‘outdir/GynkbILasAANl3A?format=jpg’ saved [135613/135613] -