Update Updater.sh

Removed testing echo's
This commit is contained in:
Beeranco 2023-08-14 02:11:35 +02:00 committed by GitHub
parent 7220886853
commit 7375d5d88b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,13 +68,6 @@ if [[ ! $(find "$osChk" -newermt "336 hours ago") ]]; then
osUpd=false osUpd=false
fi fi
echo "Testing output"
echo Domoticz $DomoUpd
echo NodeRed $NodeUpd
echo Zigbee $ZB2mUpd
echo Debian $osUpd
echo ""
##-----------## ##-----------##
# Updater # # Updater #