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

9 lines
135 B
Bash
Executable File

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