Skip to content

Commit

Permalink
Improve archive-demo script
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Dec 13, 2024
1 parent 2a48330 commit aa3ac2e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Scripts/archive-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ fi

echo -e "Archiving $PLATFORM demo..."

TEAM_ID=""
KEY_ISSUER_ID=""
KEY_ID=""
APPLE_API_KEY_BASE64=""

if [[ $IS_INTERACTIVE == true ]]; then
TEAM_ID=""
KEY_ISSUER_ID=""
KEY_ID=""
APPLE_API_KEY_BASE64=""

echo "Please provide information related to your Apple account:"
echo
read -rp " TEAM_ID: " TEAM_ID
Expand All @@ -53,7 +53,7 @@ if [[ $IS_INTERACTIVE == true ]]; then
exit 1
fi
echo

export TEAM_ID
export KEY_ISSUER_ID
export KEY_ID
Expand Down

0 comments on commit aa3ac2e

Please sign in to comment.