From 579cbf8f311647c59ec17adef871dda7707ce3b5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 25 Mar 2026 08:14:11 +0100 Subject: [PATCH] Update migrations/1773976181.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- migrations/1773976181.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1773976181.sh b/migrations/1773976181.sh index c5d53ce6..1735d871 100644 --- a/migrations/1773976181.sh +++ b/migrations/1773976181.sh @@ -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