mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-30 05:23:18 +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
|
# command info
|
||||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||||
echo "small config script to set a fixed domain or IP for LND"
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user