9 lines
117 B
Bash
Executable File
9 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
set -ev
|
|
|
|
# Remove persistent data
|
|
rm -rf /srv/motech
|
|
|
|
# Unregister application
|
|
vmmgr unregister-app motech
|