You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
cp ./mispbridge.war /home/user/app/tomcat/webapps
|
|
cp ./mispclient.war /home/user/app/tomcat/webapps
|
|
/home/user/app/tomcat/bin/shutdown.sh
|
|
/home/user/app/tomcat/bin/startup.sh |