remove debug output

This commit is contained in:
rootzoll 2021-08-30 03:14:32 +02:00
parent 3117713278
commit 0aae081c11

View file

@ -101,7 +101,6 @@ do
if [ ${firstStatusScanExists} -eq 1 ]; then
# run statusscan with timeout - if status scan was not killed it will copy over the
echo "# running timeout status scan"
timeout 15 /home/admin/config.scripts/blitz.statusscan.sh ${lightning} > /var/cache/raspiblitz/raspiblitz.status.tmp
result=$?
if [ "${result}" == "0" ]; then