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
commit a6d5255aa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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