no ok message on failed custom update

This commit is contained in:
openoms 2025-01-24 16:43:32 +02:00
parent 48208cd1d3
commit ec816ad9f3
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -526,7 +526,9 @@ By default a reboot is advised.
sleep 8
;;
CUSTOM)
sudo -u admin /home/admin/config.scripts/bitcoin.update.sh custom
if ! sudo -u admin /home/admin/config.scripts/bitcoin.update.sh custom; then
exit 1
else
whiptail \
--title " Bitcoin Core update " \
--yes-button "Reboot" \
@ -548,6 +550,7 @@ By default a reboot is advised.
sudo systemctl start bitcoind
exit 0
fi
fi
sleep 8
;;
esac