mailiverse/deploy/tomcat/restart

10 lines
99 B
Plaintext
Executable File

pushd ~/tomcat/webapps
rm -rf Mailiverse
popd
cd ~/tomcat/bin
./shutdown.sh
sleep 5
./startup.sh