From c504de3d9b68efe663a746debee08bb00044275e Mon Sep 17 00:00:00 2001 From: Suikan <26223147+suikan4github@users.noreply.github.com> Date: Sun, 4 Jul 2021 15:15:06 +0900 Subject: [PATCH] Fix unbalance if - fi --- script/lib.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/lib.sh b/script/lib.sh index 18a412a..06ca086 100644 --- a/script/lib.sh +++ b/script/lib.sh @@ -82,6 +82,7 @@ function confirmation(){ HEREDOC return 1 # with error status fi # if YES + fi # if erase all # For sure ask to overwrite. if [ "${OVERWRITEINSTALL}" -ne 0 ] ; then @@ -95,7 +96,7 @@ function confirmation(){ HEREDOC return 1 # with error status fi # if YES - fi # if erase all + fi # if overwrite # ----- Set Passphrase ----- # Input passphrase