From ea7b42c0377d1d99602654f97663468955f2e36b Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:33:28 +0330 Subject: [PATCH] Update variables --- core/scripts/singbox/singbox_shell.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/scripts/singbox/singbox_shell.sh b/core/scripts/singbox/singbox_shell.sh index 9db7a44..10c2edb 100644 --- a/core/scripts/singbox/singbox_shell.sh +++ b/core/scripts/singbox/singbox_shell.sh @@ -30,10 +30,10 @@ update_env_file() { local cert_dir="/etc/letsencrypt/live/$domain" cat < /etc/hysteria/core/scripts/singbox/.env -hysteria_DOMAIN=$domain -hysteria_PORT=$port -hysteria_CERTFILE=$cert_dir/fullchain.pem -hysteria_KEYFILE=$cert_dir/privkey.pem +HYSTERIA_DOMAIN=$domain +HYSTERIA_PORT=$port +HYSTERIA_CERTFILE=$cert_dir/fullchain.pem +HYSTERIA_KEYFILE=$cert_dir/privkey.pem EOL }