From 6f702f578f9a209315e7c321418c335723da1224 Mon Sep 17 00:00:00 2001 From: oddlama Date: Sun, 30 May 2021 02:46:07 +0200 Subject: [PATCH] Forgot line escape --- scripts/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index 6c9e769..2b419df 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -408,7 +408,7 @@ function format_zfs_standard() { "${extra_args[@]}" \ rpool \ "${devices[@]}" \ - <<< "$GENTOO_INSTALL_ENCRYPTION_KEY" + <<< "$GENTOO_INSTALL_ENCRYPTION_KEY" \ || die "Could not create zfs pool on $devices_desc" zfs create -o mountpoint=/ rpool/ROOT \