update from raspibltz.conf after restore

This commit is contained in:
openoms 2022-02-09 16:04:24 +00:00
parent 2ff49db10d
commit 22b5537402
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65
2 changed files with 3 additions and 1 deletions

View File

@ -372,6 +372,8 @@ if [ "${lightning}" == "cl" ]; then
/home/admin/config.scripts/blitz.conf.sh set "${netprefix}clEncryptedHSM" "off"
fi
# update from raspiblitz.conf
source ${configFile}
# set the lightningd service file on each active network
# init backup plugin, restart cl
if [ "${cl}" == "on" ] || [ "${cl}" == "1" ]; then

View File

@ -2,7 +2,7 @@
# this is an dialog that handles all UI events during setup that require a "info & wait" with no interaction
# get basic system information
# these are the same set of infos the WebGUI dialog/controler has
# these are the same set of infos the WebGUI dialog/controller has
source /home/admin/_version.info
source /home/admin/raspiblitz.info
source /mnt/hdd/raspiblitz.conf 2>/dev/null