Add Decidim uninstall script

This commit is contained in:
Disassembler 2019-12-18 14:37:37 +01:00
parent 64dced3dc8
commit 751afa6cf2
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

8
lxc-apps/decidim/uninstall.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
set -ev
# Remove persistent data
rm -rf /srv/decidim
# Unregister application
vmmgr unregister-app decidim