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