summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--updater.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater.sh b/updater.sh
index eb09ddc..9508071 100644
--- a/updater.sh
+++ b/updater.sh
@@ -103,7 +103,7 @@ elif /tmp/busybox test -e /dev/block/mtdblock0 ; then
/tmp/erase_image cache
# unmount and format data
- tmp/make_ext4fs -b 4096 -g 32768 -i 8192 -I 256 -a /data /dev/block/mmcblk0p2
+ /tmp/make_ext4fs -b 4096 -g 32768 -i 8192 -I 256 -a /data /dev/block/mmcblk0p2
# unmount and format datadata
/tmp/busybox umount -l /datadata