sane-private-unlock: make ~/private if it doesn't exist
This commit is contained in:
@@ -7,4 +7,5 @@ set -ex
|
|||||||
|
|
||||||
mount=/home/colin/private
|
mount=/home/colin/private
|
||||||
cipher="/nix/persist$mount"
|
cipher="/nix/persist$mount"
|
||||||
|
mkdir -p "$mount"
|
||||||
gocryptfs "$cipher" "$mount"
|
gocryptfs "$cipher" "$mount"
|
||||||
|
Reference in New Issue
Block a user