diff --git a/plugins/webstats/install.sh b/plugins/webstats/install.sh index 3426df77b..9df5f7682 100755 --- a/plugins/webstats/install.sh +++ b/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