mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix syntax
This commit is contained in:
parent
ba5ef2f8e0
commit
7dc10f0297
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue