From 29d9e7172c6a4f8ed7e01df6e6df7fc1797fe78e Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:54:28 +0330 Subject: [PATCH] Backup CONFIG_ENV --- core/scripts/hysteria2/backup.sh | 1 + 1 file changed, 1 insertion(+) 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