sane-private-unlock: make ~/private if it doesn't exist

This commit is contained in:
2022-10-24 01:47:15 -07:00
parent 1721546410
commit b2c55ed98a

View File

@@ -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"