armbian-next: small cleanups: squash typos / add function keyword / add types / mark dead code
This commit is contained in:
parent
35fbb7ed6c
commit
164db02af5
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user