From 02918d4bcd4beaea70d58ac51b9eb137d75cfa20 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 28 Jan 2025 21:39:22 +0800 Subject: [PATCH] Update install.sh --- plugins/tamper_proof_py/install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/tamper_proof_py/install.sh b/plugins/tamper_proof_py/install.sh index f3b963984..950112997 100755 --- a/plugins/tamper_proof_py/install.sh +++ b/plugins/tamper_proof_py/install.sh @@ -13,6 +13,11 @@ if [ -f ${rootPath}/bin/activate ];then fi pip install pyinotify +# cd /www/server/mdserver-web && python3 plugins/tamper_proof_py/index.py start 1.0 +# cd /www/server/mdserver-web && python3 plugins/tamper_proof_py/index.py service_admin {"serviceStatus":"start"} +# systemctl start tamper_proof_py +# systemctl status tamper_proof_py + SYSOS=`uname` VERSION=$2 APP_NAME=tamper_proof_py