From c29cad40ec97fd398b6789a753d84d0de28271be Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:54:18 +0330 Subject: [PATCH] Update upgrade.sh --- upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.sh b/upgrade.sh index 1a06367..f99910a 100644 --- a/upgrade.sh +++ b/upgrade.sh @@ -8,7 +8,7 @@ FILES=( "/etc/hysteria/users.json" "/etc/hysteria/traffic_data.json" "/etc/hysteria/config.json" - "/etc/hysteria/core/.env" + "/etc/hysteria/core/scripts/telegrambot/.env" ) echo "Backing up files to $TEMP_DIR"