From 9efd94377ccb04bc0b50174800405008cb1312f8 Mon Sep 17 00:00:00 2001 From: archandanime <36922812+archandanime@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:14:15 +0700 Subject: [PATCH] Fix wrong overlay option variable --- SD_ROOT/wz_mini/bin/upgrade-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SD_ROOT/wz_mini/bin/upgrade-run.sh b/SD_ROOT/wz_mini/bin/upgrade-run.sh index b964d40..2ec7779 100755 --- a/SD_ROOT/wz_mini/bin/upgrade-run.sh +++ b/SD_ROOT/wz_mini/bin/upgrade-run.sh @@ -2,7 +2,7 @@ if df / | grep -q overlayfs; then echo "Unable to upgrade because rootfs is overlay" - echo "Please disable rootfs overlay by setting ENABLE_OVERLAY_IMAGE=\"false\" in wz_mini.conf and reboot first" + echo "Please disable rootfs overlay by setting ENABLE_OVERLAY_FOR_ROOTFS=\"false\" in wz_mini.conf and reboot first" echo "You can change it back after upgrade is finished" exit 1 fi