Add Decidim uninstall script
This commit is contained in:
parent
64dced3dc8
commit
751afa6cf2
8
lxc-apps/decidim/uninstall.sh
Executable file
8
lxc-apps/decidim/uninstall.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
set -ev
|
||||||
|
|
||||||
|
# Remove persistent data
|
||||||
|
rm -rf /srv/decidim
|
||||||
|
|
||||||
|
# Unregister application
|
||||||
|
vmmgr unregister-app decidim
|
Loading…
Reference in New Issue
Block a user