summaryrefslogtreecommitdiffstats
path: root/updater.sh
diff options
context:
space:
mode:
Diffstat (limited to 'updater.sh')
-rw-r--r--updater.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater.sh b/updater.sh
index 6c1208b..05b3840 100644
--- a/updater.sh
+++ b/updater.sh
@@ -55,7 +55,7 @@ if $use_radio_files ; then
# create a backup of efs
if /tmp/busybox test -e /mnt/sdcard/backup/efs ; then
- /tmp/busybox/mv /mnt/sdcard/backup/efs /mnt/sdcard/backup/efs-$$
+ /tmp/busybox mv /mnt/sdcard/backup/efs /mnt/sdcard/backup/efs-$$
fi
/tmp/busybox rm -rf /mnt/sdcard/backup/efs