Forgot line escape

This commit is contained in:
oddlama 2021-05-30 02:46:07 +02:00
parent c6d037f95f
commit 6f702f578f
No known key found for this signature in database
GPG Key ID: 14EFE510775FE39A
1 changed files with 1 additions and 1 deletions

View File

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