mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
Merge pull request #1493 from nolith/patch-1
Fix lnd.setaddress.sh usage message
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user