Update install.sh

pull/504/head
Mr Chen 1 year ago
parent 9ea859f94c
commit 719eec4b98
  1. 2
      plugins/webstats/install.sh

@ -150,7 +150,7 @@ Uninstall_App()
{
cd $rootPath && python3 ${rootPath}/plugins/webstats/index.py stop
rm -rf $serverPath/webstats
echo "卸载完成" > $install_tmp
echo "网站统计卸载完成"
}
action=$1

Loading…
Cancel
Save