Commit 262938db authored by tywldx's avatar tywldx

fix

parent 68964f64
...@@ -202,6 +202,7 @@ admin.post('/remove_proxy', function (req, res) { ...@@ -202,6 +202,7 @@ admin.post('/remove_proxy', function (req, res) {
s = s.replace("\n","") s = s.replace("\n","")
execSync(`echo "${s}" > ../ngrok/docker_env_name.sh`) execSync(`echo "${s}" > ../ngrok/docker_env_name.sh`)
cproc.exec("../ngrok/make_frp_ini_V2.sh"); cproc.exec("../ngrok/make_frp_ini_V2.sh");
res.setHeader("Content-Type","application/json");
res.send({msg:"执行完成"}); res.send({msg:"执行完成"});
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment