mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
fix syntax
This commit is contained in:
parent
ba5ef2f8e0
commit
7dc10f0297
@ -7,13 +7,15 @@
|
||||
if [ $# -eq 0 ]; then
|
||||
echo "script to set and config TLS Cert for LND"
|
||||
echo "lnd.tlscert.sh refresh"
|
||||
echo "lnd.tlscert.sh ip-add [ip]"
|
||||
echo "lnd.tlscert.sh ip-remove [ip]"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
TLSPATH="/mnt/hdd/lnd"
|
||||
LNDCONF="/mnt(hdd/lnd/lnd.conf"
|
||||
|
||||
def lndCreateFreshTLS()
|
||||
lndCreateFreshTLS()
|
||||
{
|
||||
|
||||
echo "# making sure services are not running"
|
||||
|
Loading…
Reference in New Issue
Block a user