| Index: scripts/image_signing/common.sh
|
| diff --git a/scripts/image_signing/common.sh b/scripts/image_signing/common.sh
|
| index 1566b9d317aca6abfa4990f63b8bdf3690becc0b..98229b01b08f34038d27125dbd94e0d6705570fb 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
|
|
|
|
|