remove temporary mount directory

This commit is contained in:
masq 2024-11-04 11:54:07 +01:00
parent 352a293f12
commit 683931f6ef
Signed by: masq
GPG Key ID: 35A0D64DDE13B10F
1 changed files with 1 additions and 0 deletions

View File

@ -61,4 +61,5 @@ mkdir $ARCH_BOOT_DST_CURRENT_VERSION || ask_overwrite;
echo "Linux version updated to $CURRENT_VERSION" echo "Linux version updated to $CURRENT_VERSION"
umount $TMP_BOOT_DST; umount $TMP_BOOT_DST;
rmdir $TMP_BOOT_DST;
exit 0; exit 0;