fix zygrib check

pull/267/head
KM4ACK 2021-04-02 15:32:00 -05:00
rodzic 5103725c41
commit 59ddcc329f
1 zmienionych plików z 1 dodań i 1 usunięć

2
update
Wyświetl plik

@ -725,7 +725,7 @@ fi
#----------------------------------------------------#
# ZYGRIB Viewer
#----------------------------------------------------#
if [ -f /usr/share/zygrib ]; then
if [ -f /usr/bin/zyGrib ]; then
ZYGRIB=Installed
else
ZYGRIB="Not Installed"