mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
fix upnp
This commit is contained in:
parent
64ec0f459c
commit
a886037d4c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user