[package] grub: fix build with automake v1.11.3 (#11228)
[openwrt.git] / package / base-files / files / lib / firstboot / 99_10_no_fo_cleanup
index 5eddfb1..6dedcb1 100644 (file)
@@ -5,7 +5,7 @@
 
 no_fo_cleanup() {
     echo "done"
-    umount -l /jffs
+    umount -l /overlay
     umount -l /tmp/root
     exit 0
 }
This page took 0.023907 seconds and 4 git commands to generate.