We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc8019 commit 6facd15Copy full SHA for 6facd15
app-check
@@ -251,7 +251,7 @@ CHECK() {
251
# CHRIP
252
#----------------------------------------------------#
253
echo "Checking Chirp"
254
- if ! hash chirpw 2>/dev/null; then
+ if ! hash chirp 2>/dev/null; then
255
echo "CHIRP=Not_Installed" >> $UPDATEFILE
256
else
257
#bash function this could be moved to the top of the file and used globally
0 commit comments