From 683931f6ef7708c3c57a484bb375aedfcf14b8e5 Mon Sep 17 00:00:00 2001 From: masq Date: Mon, 4 Nov 2024 11:54:07 +0100 Subject: [PATCH] remove temporary mount directory --- arch_post_update_update_boot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/arch_post_update_update_boot.sh b/arch_post_update_update_boot.sh index de5b404..b9575c3 100755 --- a/arch_post_update_update_boot.sh +++ b/arch_post_update_update_boot.sh @@ -61,4 +61,5 @@ mkdir $ARCH_BOOT_DST_CURRENT_VERSION || ask_overwrite; echo "Linux version updated to $CURRENT_VERSION" umount $TMP_BOOT_DST; +rmdir $TMP_BOOT_DST; exit 0;