updated spotify_api_token_interactive.sh

pull/2/head
Hari Sekhon 4 years ago
parent f7a56c2c41
commit 0114b7a401

@ -43,6 +43,12 @@ and therefore better for scripting without the human authorization prompt
help_usage "$@"
#if [ -n "${SPOTIFY_ACCESS_TOKEN:-}" ] &&
# [ -n "${SPOTIFY_ACCESS_TOKEN//[[:space:]]}" ]; then
# echo "$SPOTIFY_ACCESS_TOKEN"
# exit 0
#fi
check_env_defined "SPOTIFY_ID"
check_env_defined "SPOTIFY_SECRET"

Loading…
Cancel
Save