summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtbdiff-switch/tbdiff-switch2
-rwxr-xr-xtbdiff-update/tbdiff-update2
2 files changed, 2 insertions, 2 deletions
diff --git a/tbdiff-switch/tbdiff-switch b/tbdiff-switch/tbdiff-switch
index 306ef86..12a00b3 100755
--- a/tbdiff-switch/tbdiff-switch
+++ b/tbdiff-switch/tbdiff-switch
@@ -71,7 +71,7 @@ busybox sed -i -e "s,factory-run,$target_subvolume-run,g" "extlinux.conf"
cd /
# perform a sync to make sure everything has been written
-sync
+busybox sync
# reboot the system
busybox reboot
diff --git a/tbdiff-update/tbdiff-update b/tbdiff-update/tbdiff-update
index 0cd7471..21373d8 100755
--- a/tbdiff-update/tbdiff-update
+++ b/tbdiff-update/tbdiff-update
@@ -111,7 +111,7 @@ busybox sed -i -e "s,factory-run,$target_subvolume-run,g" "extlinux.conf"
cd /
# perform a sync to make sure everything has been written
-sync
+busybox sync
# reboot the system
busybox reboot