fix chirp detection

pull/459/head
SpudGunMan 2022-10-19 07:58:35 -07:00
rodzic ecc8019425
commit 6facd1590b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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