mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 03:28:04 +02:00
fix upnp
This commit is contained in:
@@ -19,7 +19,7 @@ fi
|
|||||||
# check lnd.conf exits
|
# 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
|
if [ ${confExists} -eq 0 ]; then
|
||||||
echo "FAIL - /mnt/hdd/lnd/lnd.conf not found"
|
echo "FAIL - /mnt/hdd/${network}/${network}.conf"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user