Skip to content

Commit aac6a1f

Browse files
committed
fixed:卸载目录问题
1 parent e8677d3 commit aac6a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ uninstallProc(){
13981398
webip=$(jq -r ".webip" config.json)
13991399
resp=$(devil ssl www del $webIp $domain)
14001400
resp=$(devil www del $domain --remove)
1401-
cd ..
1401+
cd ${installpath}/serv00-play
14021402
rm -rf $path
14031403
green "卸载完毕!"
14041404
fi

0 commit comments

Comments
 (0)