1
0

update package build shell script for adb rename to kvdb

This commit is contained in:
2024-07-09 15:08:29 +08:00
parent 9c95b66d2a
commit 3ed69ebd5f
4 changed files with 93 additions and 65 deletions

View File

@@ -13,14 +13,15 @@ systemctl stop restagent.service
systemctl stop crontask.service
systemctl stop sshsvc.service
systemctl stop captrace.service
systemctl stop adb.service
#systemctl stop kvdb.service
#rm -rf /usr/local/omc
rm -rf /etc/nginx/conf.d/omc.conf
rm -f /usr/local/bin/omcd
systemctl disable restagent.service
systemctl disable crontask.service
systemctl disable sshsvc.service
systemctl disable captrace.service
systemctl disable adb.service
#systemctl disable kvdb.service
systemctl daemon-reload