mute debug info

This commit is contained in:
Christian Rotzoll
2019-07-08 10:54:06 +02:00
parent 6a1a309cf2
commit bc91f55524

View File

@@ -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