This commit is contained in:
nyxnor 2021-05-18 19:50:10 +00:00 committed by rootzoll
parent 9ae4089994
commit 3c0bde7f4c

View File

@ -672,7 +672,7 @@ fi
echo "" >> ${logFile}
# repair Bitcoin conf if needed
echo "*** Repair Bitcioin Conf (if needed)" >> ${logFile}
echo "*** Repair Bitcoin Conf (if needed)" >> ${logFile}
confExists="$(sudo ls /mnt/hdd/${network} | grep -c "${network}.conf")"
if [ ${confExists} -eq 0 ]; then
echo "Doing init of ${network}.conf" >> ${logFile}