]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
update.sh: Remove superflous KVER variable
authorPeter Müller <peter.mueller@ipfire.org>
Wed, 22 Nov 2023 21:52:59 +0000 (21:52 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Wed, 22 Nov 2023 21:52:59 +0000 (21:52 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/core/182/update.sh

index db70446c352f0c09aa1be6f0903f85c249218d9c..4114c5f0f8b3ef26c91e56209ecc6509e982a4a5 100644 (file)
@@ -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