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

9 lines
125 B
Bash
Raw Permalink 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
2020-03-20 20:22:27 +01:00
rm -rf "${VOLUMES_DIR}/odoo"
2018-11-17 22:08:10 +01:00
# Unregister application
vmmgr unregister-app odoo