From 9fadcda73e41e7c05e4a7a4a055e2b6588a6bb5d Mon Sep 17 00:00:00 2001 From: openoms Date: Wed, 9 Feb 2022 12:04:42 +0000 Subject: [PATCH] switch to msgbox --- home.admin/98repairMenu.sh | 2 +- home.admin/99clRepairMenu.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/98repairMenu.sh b/home.admin/98repairMenu.sh index 25487ead1..7483838f4 100755 --- a/home.admin/98repairMenu.sh +++ b/home.admin/98repairMenu.sh @@ -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 diff --git a/home.admin/99clRepairMenu.sh b/home.admin/99clRepairMenu.sh index be9b23aaf..d01ec0d52 100644 --- a/home.admin/99clRepairMenu.sh +++ b/home.admin/99clRepairMenu.sh @@ -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