Skip to content

Commit

Permalink
[TASK] Rename TYPO3_EXTENSION_KEY variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Norre Mikkelsen committed Jan 21, 2021
1 parent aa88649 commit 696bd4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ else
fi

# Fetch extension-key from composer.json
export TYPO3_EXTENSION_KEY=$(cat composer.json | jq '.extra."typo3/cms"."extension-key"' | tr -d '"')
export EXTENSION_KEY=$(cat composer.json | jq '.extra."typo3/cms"."extension-key"' | tr -d '"')
export TYPO3_API_TOKEN=$1

if [ -z "$TYPO3_EXTENSION_KEY" ]
if [ -z "$EXTENSION_KEY" ]
then
echo "You have to set your extension-key in composer.json, this will soon be mandatory in all TYPO3 Extensions., see README.md"
fi
Expand Down

0 comments on commit 696bd4e

Please sign in to comment.