Retain declared version for placeholder usage (#2486)

This commit is contained in:
Geoff Bourne
2023-11-12 16:10:03 -06:00
committed by GitHub
parent 37a5d50f70
commit 85a957fe6f
3 changed files with 5 additions and 4 deletions

View File

@@ -113,7 +113,8 @@ fi
cd /data || exit 1
export ORIGINAL_TYPE=${TYPE^^}
export DECLARED_TYPE=${TYPE^^}
export DECLARED_VERSION="$VERSION"
if isTrue "${ENABLE_AUTOPAUSE}"; then
"${SCRIPTS:-/}start-autopause"