mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
Fix condition
This commit is contained in:
parent
d35f7fbcc4
commit
c1e92d40f6
2
scripts/configure
vendored
2
scripts/configure
vendored
|
@ -324,7 +324,7 @@ else:
|
|||
|
||||
# Run ./scripts/app get-implementation lightning to get the implementation
|
||||
# If it fails, install the LND app and set the implementation to LND
|
||||
if not reconfiguring:
|
||||
if reconfiguring:
|
||||
try:
|
||||
implementation = subprocess.check_output("./scripts/app get-implementation lightning", shell=True).decode("utf-8").strip()
|
||||
except:
|
||||
|
|
Loading…
Reference in New Issue
Block a user