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:31:32 -06:00
parent 33164a852c
commit 6178611e97
2 changed files with 13 additions and 3 deletions
+3 -2
View File
@@ -23,10 +23,11 @@ fi
echo -e "\nConfigure Discord Webhook Settings"
if [ -f /tmp/tag.txt ] && [ -f /tmp/webhook.txt ]; then
echo -e "\nExisting Webhook and Tag found. Using those values unless you enter new ones.\n"
existing_webhook=$(cat /tmp/webhook.txt)
existing_tag=$(cat /tmp/tag.txt)
echo -e "\nExisting Webhook and Tag found. Using those values unless you enter new ones.\n"
echo -e "Existing Webhook URL: $existing_webhook"
echo -e "Existing Tag: $existing_tag\n"