mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
replace old tls script
This commit is contained in:
parent
78771e6d0c
commit
92f92a80b6
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ if sys.argv[1] == "on":
|
|||
newConfigHash=subprocess.getoutput("sudo shasum -a 256 /mnt/hdd/lnd/lnd.conf")
|
||||
if oldConfigHash != newConfigHash:
|
||||
print("lnd.conf changed ... generating new TLS cert")
|
||||
subprocess.call("sudo /home/admin/config.scripts/lnd.newtlscert.sh", shell=True)
|
||||
subprocess.call(sudo /home/admin/config.scripts/lnd.tlscert.sh refresh", shell=True)
|
||||
else:
|
||||
print("lnd.conf unchanged... keep TLS cert")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue