mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-24 04:46:27 +01:00
fix syntax
This commit is contained in:
@@ -240,13 +240,14 @@ your RaspiBlitz behind TOR.
|
|||||||
''',title="Info")
|
''',title="Info")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
os.system("clear")
|
||||||
print("please wait ..")
|
print("please wait ..")
|
||||||
|
|
||||||
# check for which standard services already a active bridge exists
|
# check for which standard services already a active bridge exists
|
||||||
lnd_rest_api=False
|
lnd_rest_api=False
|
||||||
lnd_grpc_api=False
|
lnd_grpc_api=False
|
||||||
lnbits=False
|
lnbits=False
|
||||||
btcbay=False
|
btcpay=False
|
||||||
try:
|
try:
|
||||||
if os.path.isfile(SUBSCRIPTIONS_FILE):
|
if os.path.isfile(SUBSCRIPTIONS_FILE):
|
||||||
os.system("sudo chown admin:admin {0}".format(SUBSCRIPTIONS_FILE))
|
os.system("sudo chown admin:admin {0}".format(SUBSCRIPTIONS_FILE))
|
||||||
|
|||||||
Reference in New Issue
Block a user