mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 21:12:39 +02:00
switch to msgbox
This commit is contained in:
@@ -109,7 +109,7 @@ case $CHOICE in
|
|||||||
if [ "${cl}" == "on" ] || [ "${cl}" == "1" ] && [ "${clEncryptedHSM}" != "on" ] ; then
|
if [ "${cl}" == "on" ] || [ "${cl}" == "1" ] && [ "${clEncryptedHSM}" != "on" ] ; then
|
||||||
dialog \
|
dialog \
|
||||||
--title "Encrypt the C-lightning wallet" \
|
--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
|
sudo /home/admin/config.scripts/cl.hsmtool.sh encrypt mainnet
|
||||||
/home/admin/config.scripts/cl.hsmtool.sh lock mainnet
|
/home/admin/config.scripts/cl.hsmtool.sh lock mainnet
|
||||||
fi
|
fi
|
||||||
|
@@ -93,7 +93,7 @@ case $CHOICE in
|
|||||||
if [ "${cl}" == "on" ] || [ "${cl}" == "1" ] && [ "${clEncryptedHSM}" != "on" ] ; then
|
if [ "${cl}" == "on" ] || [ "${cl}" == "1" ] && [ "${clEncryptedHSM}" != "on" ] ; then
|
||||||
dialog \
|
dialog \
|
||||||
--title "Encrypt the C-lightning wallet" \
|
--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
|
sudo /home/admin/config.scripts/cl.hsmtool.sh encrypt mainnet
|
||||||
/home/admin/config.scripts/cl.hsmtool.sh lock mainnet
|
/home/admin/config.scripts/cl.hsmtool.sh lock mainnet
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user