Skip to content

Commit 5b60382

Browse files
committed
.
1 parent 3f7488f commit 5b60382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ mount_rootfs_all(){
7676

7777
umount_rootfs_all(){
7878
[ -f "$ROOTFS_LOCK" ] || fail "rootfs is not mounted."
79-
for d in /dev /dev/pts /proc /sys /tmp; do
79+
for d in /dev/pts /dev /proc /sys /tmp; do
8080
umount "$ROOTFS_DIR/$d"
8181
done
8282
umount "$ROOTFS_DIR" || fail "cannot unmount rootfs."

0 commit comments

Comments
 (0)