Browse Source

fix exit

sshtunnel
Christian Rotzoll 6 years ago
parent
commit
1cc3b88f10
  1. 2
      home.admin/config.scripts/lnd.setaddress.sh

2
home.admin/config.scripts/lnd.setaddress.sh

@ -34,7 +34,7 @@ if [ "${mode}" = "on" ]; then
address=$2
if [ ${#address} -eq 0 ]; then
echo "missing parameter"
exit(1)
exit 1
fi
echo "switching fixed LND Domain ON"

Loading…
Cancel
Save