diff --git a/core/scripts/hysteria2/backup.sh b/core/scripts/hysteria2/backup.sh index 199ea1a..fda800f 100644 --- a/core/scripts/hysteria2/backup.sh +++ b/core/scripts/hysteria2/backup.sh @@ -12,6 +12,7 @@ FILES_TO_BACKUP=( "/etc/hysteria/ca.crt" "/etc/hysteria/users.json" "/etc/hysteria/config.json" + "/etc/hysteria/.configs.env" ) zip -j "$BACKUP_FILE" "${FILES_TO_BACKUP[@]}" >/dev/null