Browse Source

mute debug info

v1.3
Christian Rotzoll 6 years ago
parent
commit
bc91f55524
  1. 2
      home.admin/50copyHDD.sh

2
home.admin/50copyHDD.sh

@ -122,7 +122,7 @@ if [ ${anyDataAtAll} -eq 1 ]; then
else
echo "OK -> DATA LOOKS GOOD :D"
sudo rm /mnt/hdd/bitcoin/debug.log
sudo rm /mnt/hdd/bitcoin/debug.log 2>/dev/null
fi

Loading…
Cancel
Save