mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
remove debug output
This commit is contained in:
parent
3117713278
commit
0aae081c11
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue