Fix syntax error
This commit is contained in:
parent
1827c7be1a
commit
168f7ec8f3
@ -5,7 +5,7 @@
|
|||||||
# Some ideas and code reworked from other resources
|
# Some ideas and code reworked from other resources
|
||||||
# AIF, Cnichi, Calamares, Arch Wiki.. Credit where credit is due
|
# AIF, Cnichi, Calamares, Arch Wiki.. Credit where credit is due
|
||||||
|
|
||||||
VER=2.0.77
|
VER=2.0.78
|
||||||
|
|
||||||
# bulk default values {
|
# bulk default values {
|
||||||
|
|
||||||
@ -2134,7 +2134,7 @@ live()
|
|||||||
msg "No Session" "\nRunning live requires a session to use.\n\nExiting..\n" 2
|
msg "No Session" "\nRunning live requires a session to use.\n\nExiting..\n" 2
|
||||||
clear
|
clear
|
||||||
die 1
|
die 1
|
||||||
if ! select_keymap; then
|
elif ! select_keymap; then
|
||||||
clear
|
clear
|
||||||
die 0
|
die 0
|
||||||
elif ! net_connect; then
|
elif ! net_connect; then
|
||||||
|
Reference in New Issue
Block a user