remove old interims update setting

This commit is contained in:
rootzoll 2021-08-29 13:32:27 +02:00
parent 25dbe24b4c
commit 85e2ca5d6a

View file

@ -112,6 +112,7 @@ if [ "${mode}" = "verified" ]; then
if [ "${fixedUpdateVersion}" != "${lndUpdateVersion}" ]; then if [ "${fixedUpdateVersion}" != "${lndUpdateVersion}" ]; then
echo "warn='required update version does not match'" echo "warn='required update version does not match'"
echo "# this is normal when the recovery script of a new RaspiBlitz version checks for an old update - just ignore" echo "# this is normal when the recovery script of a new RaspiBlitz version checks for an old update - just ignore"
sed -i '/^lndInterimsUpdate=*/d' /mnt/hdd/raspiblitz.conf
exit 1 exit 1
else else
echo "# OK - update version is matching" echo "# OK - update version is matching"