summaryrefslogtreecommitdiff
path: root/tbdiff-update/tbdiff-update
diff options
context:
space:
mode:
Diffstat (limited to 'tbdiff-update/tbdiff-update')
-rwxr-xr-xtbdiff-update/tbdiff-update4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbdiff-update/tbdiff-update b/tbdiff-update/tbdiff-update
index 8d25bc0..9a6860e 100755
--- a/tbdiff-update/tbdiff-update
+++ b/tbdiff-update/tbdiff-update
@@ -41,9 +41,9 @@ if [ ! -f "$patch_file" ]; then
fi
# mount the root btrfs file system
-rootfs="$(mktemp -d)"
+rootfs="$(busybox mktemp -d)"
mount -t btrfs "$device" "$rootfs"
-trap "cd /; umount $rootfs; rm -rf $rootfs" ERR EXIT SIGINT SIGTERM
+trap "cd /; umount $rootfs; busybox rm -rf $rootfs" EXIT SIGINT SIGTERM
# switch into the root file system
cd "$rootfs"