update.sh: Remove superflous KVER variable

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2023-11-22 21:52:59 +00:00
parent 62f2f2ab9d
commit bef1bf4526

View 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