From 3d169c742acc83f411ea47df31ebd38c01ed0b20 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:32:16 +0330 Subject: [PATCH] Update backup.sh --- core/scripts/hysteria2/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/hysteria2/backup.sh b/core/scripts/hysteria2/backup.sh index ec3c473..199ea1a 100644 --- a/core/scripts/hysteria2/backup.sh +++ b/core/scripts/hysteria2/backup.sh @@ -14,7 +14,7 @@ FILES_TO_BACKUP=( "/etc/hysteria/config.json" ) -zip -j "$BACKUP_FILE" "${FILES_TO_BACKUP[@]}" >/dev/null 2>&1 +zip -j "$BACKUP_FILE" "${FILES_TO_BACKUP[@]}" >/dev/null if [ $? -eq 0 ]; then echo "Backup successfully created"