6 lines
91 B
Bash
6 lines
91 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
#if [ "$1" = "remove" ]; then
|
||
|
# rm -f /var/lib/tomcat7/webapps/lti.war
|
||
|
#fi
|