From 7739d1863cb6ea5de819e1ae1c1ee10e8109d32b Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Tue, 21 Apr 2020 23:10:07 -0400 Subject: POSIXify, add docs, other changes --- unlock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unlock') diff --git a/unlock b/unlock index 50d282b..42e30d2 100644 --- a/unlock +++ b/unlock @@ -1,5 +1,5 @@ #!/bin/sh -root=$(findfs UUID=26748575-d7a7-418b-8f68-21be7c937500) || exit +root=$(findfs UUID=ec8fb072-1200-4275-9494-f6f869187806) || exit cryptsetup open --allow-discards "$root" root || exit pkill cryptsetup -- cgit v1.2.3-54-g00ecf