From 93bc667f9189da03497b3ace17a2bc29fca1b222 Mon Sep 17 00:00:00 2001 From: oddlama Date: Wed, 2 Jun 2021 17:33:27 +0200 Subject: [PATCH] Missing default for zfs_stdin added --- scripts/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index f021c2f..a65fcb3 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -437,7 +437,7 @@ function format_zfs_standard() { ) fi - local zfs_stdin + local zfs_stdin="" if [[ "$encrypt" == true ]]; then extra_args+=( "-O" "encryption=aes-256-gcm"