This commit is contained in:
2026-02-03 22:20:03 -03:00
parent aea93418c5
commit db298babfc
14 changed files with 672 additions and 0 deletions

20
commands/DELETE.sh Executable file
View File

@@ -0,0 +1,20 @@
#! /bin/bash
echo "⚠️ WARNING: This will permanently delete data."
select choice in "Abort" "Continue"; do
case "$choice" in
"Abort")
echo "Aborted."
exit 1
;;
"Continue")
break
;;
esac
done
podman container stop --all
podman system prune --all
sudo rm -rdf /storage/flatnote