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