From 719eec4b98251fb047377c261e25eae614a7f676 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 18 Nov 2023 01:51:25 +0800 Subject: [PATCH] Update install.sh --- plugins/webstats/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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