mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
fix: switch cl recovery mode off when finished (#3839)
This commit is contained in:
parent
0fdf9804ac
commit
617c1ca682
1 changed files with 6 additions and 0 deletions
|
@ -337,6 +337,12 @@ do
|
|||
/home/admin/config.scripts/lnd.backup.sh mainnet recoverymode off
|
||||
fi
|
||||
|
||||
# CLN if recovery mode was on - deactivate now
|
||||
if [ "${LN}" == "cl" ] && [ "${flagLNRecoveryMode}" == "1" ]; then
|
||||
/home/admin/_cache.sh set ln_cl_mainnet_recovery_mode 0
|
||||
/home/admin/config.scripts/cl.backup.sh mainnet recoverymode off
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue