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

9 lines
131 B
Bash
Raw Normal View History

2019-12-18 14:37:37 +01:00
#!/bin/sh
set -ev
# Remove persistent data
2020-03-17 09:18:13 +01:00
rm -rf "${VOLUMES_DIR}/decidim"
2019-12-18 14:37:37 +01:00
# Unregister application
vmmgr unregister-app decidim