Fix syntax error

This commit is contained in:
natemaia 2019-10-13 16:35:11 -07:00
parent 1827c7be1a
commit 168f7ec8f3

View File

@ -5,7 +5,7 @@
# Some ideas and code reworked from other resources
# AIF, Cnichi, Calamares, Arch Wiki.. Credit where credit is due
VER=2.0.77
VER=2.0.78
# bulk default values {
@ -2134,7 +2134,7 @@ live()
msg "No Session" "\nRunning live requires a session to use.\n\nExiting..\n" 2
clear
die 1
if ! select_keymap; then
elif ! select_keymap; then
clear
die 0
elif ! net_connect; then