This commit is contained in:
Christian Rotzoll 2019-06-13 18:22:07 +02:00
parent 64ec0f459c
commit a886037d4c

View File

@ -17,7 +17,7 @@ if [ ${#network} -eq 0 ]; then
fi
# check lnd.conf exits
confExists=$(sudo ls /mnt/hdd/${network}/${network}.conf | grep -c '${network}.conf')
confExists=$(sudo ls /mnt/hdd/${network}/${network}.conf | grep -c "${network}.conf")
if [ ${confExists} -eq 0 ]; then
echo "FAIL - /mnt/hdd/${network}/${network}.conf"
exit 1