[arkdep] Lock, not unlock
This commit is contained in:
parent
eafcdd0cb0
commit
f5819bcf95
1 changed files with 1 additions and 1 deletions
2
arkdep
2
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue