Merge pull request #1493 from nolith/patch-1

Fix lnd.setaddress.sh usage message
This commit is contained in:
Christian Rotzoll
2020-09-02 20:18:32 +02:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
# command info
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
echo "small config script to set a fixed domain or IP for LND"
echo "internet.setaddress.sh [on|off] [?address]"
echo "lnd.setaddress.sh [on|off] [?address]"
exit 1
fi
@@ -95,4 +95,4 @@ if [ "${mode}" = "off" ]; then
fi
echo "may needs reboot to run normal again"
exit 0
exit 0