Update 'freenas geli unlock.sh'
This commit is contained in:
@@ -6,6 +6,6 @@ ZFS_POOL_NAMES=("media" "data-pool" "temp")
|
|||||||
ZFS_MOUNT_POINT="/mnt"
|
ZFS_MOUNT_POINT="/mnt"
|
||||||
|
|
||||||
# loop through the geli keys and try to unlock any partition
|
# loop through the geli keys and try to unlock any partition
|
||||||
for key in GELI_KEY_LOCATION/*; do
|
for key in $GELI_KEY_LOCATION/*; do
|
||||||
echo "$key"
|
echo "$key"
|
||||||
done
|
done
|
||||||
Reference in New Issue
Block a user