mirror of
https://github.com/runcitadel/core.git
synced 2024-11-13 17: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
|
# Run ./scripts/app get-implementation lightning to get the implementation
|
||||||
# If it fails, install the LND app and set the implementation to LND
|
# If it fails, install the LND app and set the implementation to LND
|
||||||
if not reconfiguring:
|
if reconfiguring:
|
||||||
try:
|
try:
|
||||||
implementation = subprocess.check_output("./scripts/app get-implementation lightning", shell=True).decode("utf-8").strip()
|
implementation = subprocess.check_output("./scripts/app get-implementation lightning", shell=True).decode("utf-8").strip()
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user