mailiverse/deploy/tomcat/restart

10 lines
99 B
Plaintext
Raw Normal View History

pushd ~/tomcat/webapps
rm -rf Mailiverse
popd
2013-08-09 17:31:37 -04:00
cd ~/tomcat/bin
./shutdown.sh
sleep 5
./startup.sh