From 6facd1590b97eec1d25b63b015e9ad3ae34a50d9 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 19 Oct 2022 07:58:35 -0700 Subject: [PATCH] fix chirp detection --- app-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-check b/app-check index 1c65b81..0973888 100644 --- a/app-check +++ b/app-check @@ -251,7 +251,7 @@ CHECK() { # CHRIP #----------------------------------------------------# echo "Checking Chirp" - if ! hash chirpw 2>/dev/null; then + if ! hash chirp 2>/dev/null; then echo "CHIRP=Not_Installed" >> $UPDATEFILE else #bash function this could be moved to the top of the file and used globally