set alias script

This commit is contained in:
rootzoll 2019-01-14 12:48:27 +01:00
parent b76ebfdfa4
commit 96423e052b

View File

@ -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