fix syntax error, tag 1.3.3

This commit is contained in:
Dan Johansen 2020-06-19 19:51:43 +02:00
parent bd1685d7cf
commit a0364dd175
No known key found for this signature in database
GPG Key ID: 084A7FC0035B1D49
1 changed files with 2 additions and 1 deletions

View File

@ -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=""