1
0

fix: build script update

This commit is contained in:
2024-01-11 16:53:30 +08:00
parent fc2cbd1e35
commit 7e97c56514
3 changed files with 24 additions and 29 deletions

View File

@@ -83,22 +83,16 @@ systemctl enable sshsvc.service
systemctl enable captrace.service
systemctl enable adb.service
systemctl daemon-reload
sudo systemctl restart nginx.service
sudo systemctl restart adb.service
sudo systemctl restart crontask.service
sudo systemctl restart sshsvc.service
sudo systemctl restart captrace.service
sudo systemctl restart restagent.service
#sudo systemctl stop nginx.service
#sudo systemctl stop restagent.service
#sudo systemctl stop crontask.service
#sudo systemctl stop sshsvc.service
#sudo systemctl stop captrace.service
#sudo systemctl stop adb.service
##sudo systemctl start nginx.service
#sudo systemctl start adb.service
#sudo systemctl start crontask.service
#sudo systemctl start sshsvc.service
#sudo systemctl start captrace.service
#sudo systemctl start restagent.service
sudo systemctl stop nginx.service
sudo systemctl stop restagent.service
sudo systemctl stop crontask.service
sudo systemctl stop sshsvc.service
sudo systemctl stop captrace.service
sudo systemctl stop adb.service
sudo systemctl start nginx.service
sudo systemctl start adb.service
sudo systemctl start crontask.service
sudo systemctl start sshsvc.service
sudo systemctl start captrace.service
sudo systemctl start restagent.service