From 164db02af5706de4f54669c7164dc862e0a430f1 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Tue, 17 Jan 2023 23:54:12 +0100 Subject: [PATCH] armbian-next: small cleanups: squash typos / add function keyword / add types / mark dead code --- lib/functions/main/rootfs-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/main/rootfs-image.sh b/lib/functions/main/rootfs-image.sh index 1198cd9375..83e6d863c7 100644 --- a/lib/functions/main/rootfs-image.sh +++ b/lib/functions/main/rootfs-image.sh @@ -95,7 +95,7 @@ function build_rootfs_and_image() { fi # Completely and recursively unmount the directory. This will remove the tmpfs mount too - umount_chroot_recursive "${SDCARD}" "SDCARD" + umount_chroot_recursive "${SDCARD}" "SDCARD rootfs finished" # Remove the dir [[ -d "${SDCARD}" ]] && rm -rf --one-file-system "${SDCARD}"