mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
remove old interims update setting
This commit is contained in:
parent
25dbe24b4c
commit
85e2ca5d6a
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue