Update migrations/1773976181.sh

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
David Heinemeier Hansson
2026-03-25 08:14:11 +01:00
committed by GitHub
co-authored by Copilot
parent b50103d7ff
commit 579cbf8f31
+1 -1
View File
@@ -1,7 +1,7 @@
echo "Disable btrfs quotas and space-aware snapper limits on existing installs"
if omarchy-cmd-present btrfs; then
if sudo btrfs quota status / 2>/dev/null | grep -q "enabled"; then
if sudo btrfs quota status / 2>/dev/null | grep -q "Quota enabled: yes"; then
sudo btrfs quota disable /
fi
fi