From: Peter Müller Date: Wed, 22 Nov 2023 21:52:59 +0000 (+0000) Subject: update.sh: Remove superflous KVER variable X-Git-Tag: v2.27-core182~16^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bef1bf4526e15379b2c308c938e05f83181d54e3;p=ipfire-2.x.git update.sh: Remove superflous KVER variable Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/182/update.sh b/config/rootfiles/core/182/update.sh index db70446c35..4114c5f0f8 100644 --- a/config/rootfiles/core/182/update.sh +++ b/config/rootfiles/core/182/update.sh @@ -37,8 +37,6 @@ done /etc/rc.d/init.d/unbound stop /etc/rc.d/init.d/sshd stop -KVER="xxxKVERxxx" - # Backup uEnv.txt if exist if [ -e /boot/uEnv.txt ]; then cp -vf /boot/uEnv.txt /boot/uEnv.txt.org