fix GPS check variable

pull/267/head
KM4ACK 2021-04-02 16:59:27 -05:00
rodzic 0b0b952107
commit 57334dacb6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -260,7 +260,7 @@ echo "HSPASS=\"$HSPASS\"" >>${CONFIG}
#CHECK IF GPS IS CHOSEN TO INSTALL#
###################################
GPSINSTALL=$(cat ${BASE} | grep GPS)
if [ -n "${GPS}INSTALL" ]; then
if [ -n "${GPSINSTALL}" ]; then
yad --center --height="300" --width="300" --form --separator="|" --item-separator="|" --title="GPS" \
--image ${LOGO} --window-icon=${LOGO} --image-on-top \