Add tear down

This commit is contained in:
2024-08-27 16:42:08 +02:00
parent 6d12f2850d
commit 28908255e7
3 changed files with 6 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ uninstall_backend() {
sudo rm /etc/supervisor/conf.d/$SUPERVISOR_CFG
rm -rf $TARGET_DIR
rm -rf $TARGET_DIR/src $TARGET_DIR/requirements.txt $TARGET_DIR/venv
echo "Uninstallation complete."
}