mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-23 14:07:24 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user