fix update process

This commit is contained in:
rootzoll 2023-05-19 01:16:48 +02:00
parent 0f00051870
commit 470260444a

View file

@ -421,10 +421,7 @@ Do you really want to update Bitcoin Core now?
error=""
warn=""
source <(sudo -u admin /home/admin/config.scripts/bitcoin.update.sh tested)
if [ ${#error} -gt 0 ]; then
whiptail --title "ERROR" --msgbox "${error}" 8 30
fi
sudo -u admin /home/admin/config.scripts/bitcoin.update.sh tested
/home/admin/config.scripts/blitz.shutdown.sh reboot
;;
RECKLESS)