mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
Merge pull request #1493 from nolith/patch-1
Fix lnd.setaddress.sh usage message
This commit is contained in:
commit
a6d5255aa2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue