From 928605a696edb9a713d4c9455a21139483575176 Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Sat, 16 Aug 2025 22:53:15 -0300 Subject: [PATCH] fixing URL --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 910feba..a824a86 100644 --- a/backup.sh +++ b/backup.sh @@ -6,7 +6,7 @@ SERVER_FILE="https://git.ivanch.me/ivanch/server-scripts/raw/branch/main/backup. SERVER_OK=1 HOSTNAME=$(cat /etc/hostname) -NOTIFY_URL="http://notify.haven" +NOTIFY_URL="http://notify.haven/notify" # Function to send notification send_notify() {