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"