fix a typo error in command script shown to users
authorRan Bao <worksev@gmail.com>
Thu, 5 Nov 2015 23:48:47 +0000 (12:48 +1300)
committerHannu Nyman <hannu.nyman@iki.fi>
Fri, 6 Nov 2015 08:04:37 +0000 (10:04 +0200)
Signed-off-by: Ran Bao <worksev@gmail.com>
(cherry picked from commit 38b7c6cef44b5b8d2a87706a975327c7c7664c49)

modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/mount.lua

index 2652e00f254ff84777fa832d83afca7321a9c2a6..f5751673fd77a29f403956eba53cb6fc45c41cc6 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>
 ]] %{