mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
Fix unbalance if - fi
This commit is contained in:
parent
1ca9e3465f
commit
c504de3d9b
1 changed files with 2 additions and 1 deletions
|
|
@ -82,6 +82,7 @@ function confirmation(){
|
||||||
HEREDOC
|
HEREDOC
|
||||||
return 1 # with error status
|
return 1 # with error status
|
||||||
fi # if YES
|
fi # if YES
|
||||||
|
fi # if erase all
|
||||||
|
|
||||||
# For sure ask to overwrite.
|
# For sure ask to overwrite.
|
||||||
if [ "${OVERWRITEINSTALL}" -ne 0 ] ; then
|
if [ "${OVERWRITEINSTALL}" -ne 0 ] ; then
|
||||||
|
|
@ -95,7 +96,7 @@ function confirmation(){
|
||||||
HEREDOC
|
HEREDOC
|
||||||
return 1 # with error status
|
return 1 # with error status
|
||||||
fi # if YES
|
fi # if YES
|
||||||
fi # if erase all
|
fi # if overwrite
|
||||||
|
|
||||||
# ----- Set Passphrase -----
|
# ----- Set Passphrase -----
|
||||||
# Input passphrase
|
# Input passphrase
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue