From f5819bcf954a63cdfe01674cb31344454fdf4278 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Mon, 20 Jan 2025 01:17:14 +0100 Subject: [PATCH] [arkdep] Lock, not unlock --- arkdep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkdep b/arkdep index 31469ea..7969fbd 100755 --- a/arkdep +++ b/arkdep @@ -1408,7 +1408,7 @@ unlayer () { # Lock root if it was previously locked if [[ $lock_when_done -eq 1 ]]; then - btrfs property set -f -ts / ro false || + btrfs property set -f -ts / ro true || cleanup_and_quit 'Failed to unlock root partition' fi