Fix Space

This commit is contained in:
ReturnFI
2024-09-05 20:18:56 +00:00
parent 4f0d99fcda
commit b9b8044e17

View File

@ -55,7 +55,7 @@ check_version() {
load_hysteria2_env() {
if [ -f /etc/hysteria/.configs.env ]; then
export $(grep -v '^#' /etc/hysteria/.configs.env| xargs)
export $(grep -v '^#' /etc/hysteria/.configs.env | xargs)
else
echo "Error: configs.env file not found. Using default SNI 'bts.com'."
SNI="bts.com"