remove echo command

This commit is contained in:
KM4ACK 2021-09-09 13:00:56 -05:00
parent 45f730760a
commit 95f8aec70d

View file

@ -45,7 +45,6 @@ MENU
fi
#verify patch has not been applied already
echo "getting patchname"
PATCHNAME=$(grep PATCHNAME= $DIR/pi-build/patch/${PATCH} | sed 's/PATCHNAME=//')
PATCHCHECK=$(grep ${PATCHNAME} $HOME/.config/patch)