fix syntax error
[openwrt.git] / root / etc / preinit
index 25fedc1..1054282 100755 (executable)
@@ -9,8 +9,7 @@ if /sbin/resetmon ; then
   pivot_root /jffs /jffs/rom
   mount none /dev -t devfs
   mount none /proc -t proc
-  umount rom/proc
-  umount rom/dev
+  umount rom/proc rom/dev
 else
   export FAILSAFE=true
 fi
This page took 0.026344 seconds and 4 git commands to generate.