diff --git a/script.sh b/script.sh index 24587ac4b..067cb10ae 100644 --- a/script.sh +++ b/script.sh @@ -161,7 +161,7 @@ cat frpc.toml # Start frpc in the background echo "Starting frpc..." -./frpc -c frpc.toml +./frpc -c frpc.toml & echo "frp has been started." echo "Remote access URL: http://$SERVER_ADDR:$REMOTE_PORT/"