Spotter-VM/lxc-apps/ushahidi/uninstall.sh

9 lines
133 B
Bash
Executable File

#!/bin/sh
set -ev
# Remove persistent data
rm -rf "${VOLUMES_DIR}/ushahidi"
# Unregister application
vmmgr unregister-app ushahidi