switch to msgbox

This commit is contained in:
openoms
2022-02-09 12:04:42 +00:00
parent 4c4aef9fcc
commit 9fadcda73e
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ case $CHOICE in
if [ "${cl}" == "on" ] || [ "${cl}" == "1" ] && [ "${clEncryptedHSM}" != "on" ] ; then
dialog \
--title "Encrypt the C-lightning wallet" \
--infobox "\nWill proceed to encrypt and lock the C-lightning wallet to prevent it from starting automatically after the backup" 7 55
--msgbox "\nWill proceed to encrypt and lock the C-lightning wallet to prevent it from starting automatically after the backup" 9 55
sudo /home/admin/config.scripts/cl.hsmtool.sh encrypt mainnet
/home/admin/config.scripts/cl.hsmtool.sh lock mainnet
fi

View File

@@ -93,7 +93,7 @@ case $CHOICE in
if [ "${cl}" == "on" ] || [ "${cl}" == "1" ] && [ "${clEncryptedHSM}" != "on" ] ; then
dialog \
--title "Encrypt the C-lightning wallet" \
--infobox "\nWill proceed to encrypt and lock the C-lightning wallet to prevent it from starting automatically after the backup" 7 55
--msgbox "\nWill proceed to encrypt and lock the C-lightning wallet to prevent it from starting automatically after the backup" 9 55
sudo /home/admin/config.scripts/cl.hsmtool.sh encrypt mainnet
/home/admin/config.scripts/cl.hsmtool.sh lock mainnet
fi