重启脚本

main
grimm 2024-07-15 16:24:45 +08:00
parent be7c768622
commit fa405e75f0
1 changed files with 6 additions and 0 deletions

6
login_reboot.sh 100644
View File

@ -0,0 +1,6 @@
#!/bin/bash
. /etc/profile
bash /usr/local/apache-tomcat-7.0.79/bin/shutdown.sh
sleep 1
bash /usr/local/apache-tomcat-7.0.79/bin/startup.sh