fix GPS check variable

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

2
update
Wyświetl plik

@ -895,7 +895,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 \