fix syntax error, tag 1.3.3
This commit is contained in:
parent
bd1685d7cf
commit
a0364dd175
|
|
@ -1,7 +1,7 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
# *****************************
|
# *****************************
|
||||||
# Version 1.3.2
|
# Version 1.3.3
|
||||||
# *****************************
|
# *****************************
|
||||||
|
|
||||||
# Set globals
|
# Set globals
|
||||||
|
|
@ -15,6 +15,7 @@ if [[ -f "./dialogrc_gui" ]]; then
|
||||||
export DIALOGRC="./dialogrc_gui"
|
export DIALOGRC="./dialogrc_gui"
|
||||||
else
|
else
|
||||||
export DIALOGRC="/etc/manjaro-arm-installer/dialogrc_gui"
|
export DIALOGRC="/etc/manjaro-arm-installer/dialogrc_gui"
|
||||||
|
fi
|
||||||
|
|
||||||
# clearing variables
|
# clearing variables
|
||||||
DEVICE=""
|
DEVICE=""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue