Ensure we cleanup stale snapshots

This commit is contained in:
David Heinemeier Hansson
2026-04-30 09:40:08 +02:00
parent 35789cc102
commit 7f9e1628d9
+1
View File
@@ -25,6 +25,7 @@ create)
for config in "${CONFIGS[@]}"; do
sudo snapper -c "$config" create -c number -d "$DESC"
sudo snapper -c "$config" cleanup number
done
echo
;;