mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
set alias script
This commit is contained in:
parent
b76ebfdfa4
commit
96423e052b
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# command info
|
||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||
if [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||
echo "small config script to set a alias of LND (and hostname of raspi)"
|
||||
echo "lnd.setname.sh [?newName]"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user