diff --git a/scripts/image_signing/common.sh b/scripts/image_signing/common.sh index 1566b9d317..98229b01b0 100755 --- a/scripts/image_signing/common.sh +++ b/scripts/image_signing/common.sh @@ -15,6 +15,10 @@ GPT=cgpt # The tag when the rootfs is changed. TAG_NEEDS_TO_BE_SIGNED="/root/.need_to_be_signed" +# List of Temporary files and mount points. +TEMP_FILE_LIST=$(mktemp) +TEMP_DIR_LIST=$(mktemp) + # Array of actions that are executed during the clean up process. declare -a cleanup_actions