fix a typo error in command script shown to users 542/head
authorRan Bao <worksev@gmail.com>
Thu, 5 Nov 2015 23:48:47 +0000 (12:48 +1300)
committerRan Bao <worksev@gmail.com>
Thu, 5 Nov 2015 23:50:05 +0000 (12:50 +1300)
Signed-off-by: Ran Bao <worksev@gmail.com>
modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/mount.lua

index 2652e00..f575167 100644 (file)
@@ -112,7 +112,7 @@ o.default = [[
 mkdir -p /tmp/extroot
 mount --bind / /tmp/introot
 mount /dev/sda1 /tmp/extroot
-tar -C /tmp/intproot -cvf - . | tar -C /tmp/extroot -xf -
+tar -C /tmp/introot -cvf - . | tar -C /tmp/extroot -xf -
 umount /tmp/introot
 umount /tmp/extroot</pre>
 ]] %{