mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
typo (#2309)
This commit is contained in:
parent
9ae4089994
commit
3c0bde7f4c
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user