generated from root/miduo_server
6 lines
140 B
Bash
6 lines
140 B
Bash
|
#!/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
|