From 90f2a1220b8b626199f5a1e827373c0dafb01b5a Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Fri, 19 Nov 2021 10:47:27 -0600 Subject: [PATCH] update xygrib path --- app-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-check b/app-check index 2a44e78..296e46e 100644 --- a/app-check +++ b/app-check @@ -611,7 +611,7 @@ fi #----------------------------------------------------# # XYGRIB Viewer #----------------------------------------------------# -if [ -f /usr/share/xygrib ]; then +if [ -f /usr/bin/XyGrib ]; then echo "XYGRIB=Installed" >> $UPDATEFILE else echo "XYGRIB=Not_Installed" >> $UPDATEFILE