more editing

master
Bryan 2021-01-01 23:26:30 -06:00
parent e7b8662ce4
commit ea82fd9605
1 changed files with 3 additions and 3 deletions

View File

@ -334,10 +334,10 @@ echo
BLINK_FREQUENCY_HALF=$(echo "${BLINK_FREQUENCY_HALF:0:-2}.${BLINK_FREQUENCY_HALF: -2}")
#########################################
if [ $PRINT ]; then
#if [ $PRINT ]; then
echo "$REPORT_TXT"
exit 0
fi
# exit 0
#fi
trap "blonk_stop" 1 2 3 15