From 0666378809aae294d452698d343a0de88cb667ad Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 14 Aug 2025 17:18:12 -0600 Subject: [PATCH] 1755213493 --- customscripts/webhook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customscripts/webhook b/customscripts/webhook index b3fdd2f..cfa0ea4 100644 --- a/customscripts/webhook +++ b/customscripts/webhook @@ -3,7 +3,7 @@ ## @reboot bash /usr/share/customscripts/ifnet "/usr/share/customscripts/webhook bootup" 2>> /var/log/cron.error.log # discord_webhook="https://discord.com/api/webhooks/yourwebhook" discord_webhook=$(cat /usr/share/customscripts/webhook.txt) -ipaddr=$(hostname -I | grep -E -o "10.0.0.[0-9]{1,3}" | tail -1) +ipaddr=$(hostname -I | grep -E -o "10.0.0.[0-9]{1,3}" | tail -2) date=$(date "+%d/%m/%Y %H:%M:%S %Z (%s)") # to tag role run \@rolename and copy the code that is like <@something> # tag="<@tag>"