Fix wrong variable.
This commit is contained in:
@@ -54,7 +54,7 @@ get_message() {
|
||||
|
||||
# Retrieve token if missing
|
||||
while true; do
|
||||
if [[ -z "${ACCESS_TOKEN}" ]]; then
|
||||
if [[ -z "${ACCESS_JWT}" ]]; then
|
||||
echo "Token ist leer, erstelle Session."
|
||||
create_session
|
||||
break
|
||||
|
Reference in New Issue
Block a user