From dcbcf9977fab83c4d7b943decd1852bddd4a86d1 Mon Sep 17 00:00:00 2001 From: Ilia Korshunov Date: Sun, 15 Jun 2025 16:42:01 +0300 Subject: [PATCH] fix hardReset --- hardReset.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardReset.sh b/hardReset.sh index 160a934..980085f 100644 --- a/hardReset.sh +++ b/hardReset.sh @@ -12,7 +12,7 @@ tar -xvf /mnt/overlay.tar --no-same-owner -C / # Umount opt to get original opt. Rewrite version to old. For normally work online updating umount /opt mount -o remount,rw / -echo "1.0.20" >> /opt/FWVersion +echo "1.0.20" > /opt/FWVersion mount -o remount,ro / # Save all changes and reboot printer sync