From 2b0493fc8549aeb664611708948ace85193446ec Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Fri, 19 Nov 2021 10:41:07 -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 c34ad25..2a44e78 100644 --- a/app-check +++ b/app-check @@ -611,7 +611,7 @@ fi #----------------------------------------------------# # XYGRIB Viewer #----------------------------------------------------# -if [ -f /usr/bin/xyGrib ]; then +if [ -f /usr/share/xygrib ]; then echo "XYGRIB=Installed" >> $UPDATEFILE else echo "XYGRIB=Not_Installed" >> $UPDATEFILE