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 }