mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-23 22:17:35 +00:00
Fix wrong overlay option variable
This commit is contained in:
parent
f2babb4593
commit
9efd94377c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
if df / | grep -q overlayfs; then
|
if df / | grep -q overlayfs; then
|
||||||
echo "Unable to upgrade because rootfs is overlay"
|
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"
|
echo "You can change it back after upgrade is finished"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user