diff options
-rwxr-xr-x | partition.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partition.sh b/partition.sh index b0c433d..fb56ce7 100755 --- a/partition.sh +++ b/partition.sh @@ -14,7 +14,7 @@ set -ue device=/dev/sda fripost_wipe $device -db_get fripost-partman/encrypt +db_get fripost/encrypt encrypt=$RET # Create a disk label |