mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 03:28:04 +02:00
network flexible
This commit is contained in:
@@ -146,7 +146,7 @@ debugFile=$(cat /mnt/hdd/${network}/${network}.conf | grep "debuglogfile=")
|
|||||||
echo "debugFile(${debugFile})" >> ${logFile}
|
echo "debugFile(${debugFile})" >> ${logFile}
|
||||||
if [ "${debugFile}" == "0" ]; then
|
if [ "${debugFile}" == "0" ]; then
|
||||||
echo "# debug.log: Switching on" >> ${logFile}
|
echo "# debug.log: Switching on" >> ${logFile}
|
||||||
echo "debuglogfile=/mnt/hdd/bitcoin/debug.log" >> /mnt/hdd/${network}/${network}.conf
|
echo "debuglogfile=/mnt/hdd/${network}/debug.log" >> /mnt/hdd/${network}/${network}.conf
|
||||||
else
|
else
|
||||||
echo "# debug.log: Is on" >> ${logFile}
|
echo "# debug.log: Is on" >> ${logFile}
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user