@ -148,7 +148,7 @@ Install_App()
Uninstall_App()
{
cd $rootPath && python3 ${rootPath}/plugins/webstats/index.py stop
cd $rootPath && python3 plugins/webstats/index.py stop
rm -rf $serverPath/webstats
echo "网站统计卸载完成"
}
@ -213,7 +213,7 @@ def writeFile(filename, content, mode='w+'):
fp.close()
return True
except Exception as e:
print(e)
print(getTracebackInfo())
return False