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