mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
typo (#2309)
This commit is contained in:
@@ -672,7 +672,7 @@ fi
|
|||||||
echo "" >> ${logFile}
|
echo "" >> ${logFile}
|
||||||
|
|
||||||
# repair Bitcoin conf if needed
|
# 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")"
|
confExists="$(sudo ls /mnt/hdd/${network} | grep -c "${network}.conf")"
|
||||||
if [ ${confExists} -eq 0 ]; then
|
if [ ${confExists} -eq 0 ]; then
|
||||||
echo "Doing init of ${network}.conf" >> ${logFile}
|
echo "Doing init of ${network}.conf" >> ${logFile}
|
||||||
|
Reference in New Issue
Block a user