1
0

new version for 5GC

This commit is contained in:
2023-08-29 17:56:06 +08:00
parent f3586f1ebe
commit 8f326ab80d
14 changed files with 11 additions and 77 deletions

View File

@@ -1,9 +1,12 @@
# !/bin/bash
systemctl stop nginx.service
#systemctl stop nginx.service
systemctl stop restagent.service
systemctl stop crontask.service
systemctl stop sshsvc.service
#rm -rf /usr/local/omc
rm -rf /etc/nginx/conf.d/omc.conf
#rm -rf /etc/nginx/conf.d/omc.conf
systemctl disable restagent.service
systemctl disable crontask.service
systemctl disable sshsvc.service
systemctl daemon-reload