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

9 lines
113 B
Bash
Raw Normal View History

2018-11-17 22:08:10 +01:00
#!/bin/sh
set -ev
2019-10-03 21:53:42 +02:00
# Remove persistent data
rm -rf /srv/odoo
2018-11-17 22:08:10 +01:00
# Unregister application
vmmgr unregister-app odoo