From e460ab79509f27ca24b2d46e6f9219459e2a4e42 Mon Sep 17 00:00:00 2001 From: zqiushi Date: Wed, 8 Jan 2025 18:17:41 +0800 Subject: [PATCH] 1 --- lsy-frpc/data/lsyfrpc/check_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsy-frpc/data/lsyfrpc/check_config.sh b/lsy-frpc/data/lsyfrpc/check_config.sh index a421f8c..40387a8 100644 --- a/lsy-frpc/data/lsyfrpc/check_config.sh +++ b/lsy-frpc/data/lsyfrpc/check_config.sh @@ -55,7 +55,7 @@ function check_config() { # 比较配置文件中的 MAC 地址和端口是否与云端匹配 if [ "$current_mac_address" != "$cloud_mac_address" ] || [ "$current_port" != "$cloud_port" ]; then echo "[INFO] Configuration mismatch detected. Re-running install.sh..." - sudo /bin/bash $FRPC_DIR/install.sh + sudo /bin/bash $FRPC_DIR/frp_install.sh else echo "[INFO] Configuration is up to date." fi