mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-19 07:25:05 -05:00
10 lines
99 B
Plaintext
Executable File
10 lines
99 B
Plaintext
Executable File
pushd ~/tomcat/webapps
|
|
rm -rf Mailiverse
|
|
popd
|
|
|
|
cd ~/tomcat/bin
|
|
|
|
./shutdown.sh
|
|
sleep 5
|
|
./startup.sh
|