9 lines
141 B
Bash
Executable File
9 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
set -ev
|
|
|
|
# Remove persistent data
|
|
rm -rf "${VOLUMES_DIR}/frontlinesms"
|
|
|
|
# Unregister application
|
|
vmmgr unregister-app frontlinesms
|