From 59ddcc329f84fb185c833c9dc518669e6cc04a77 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Fri, 2 Apr 2021 15:32:00 -0500 Subject: [PATCH] fix zygrib check --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 7d41545..0e8e855 100755 --- a/update +++ b/update @@ -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"