Fix wrong variable.

This commit is contained in:
2025-07-28 18:31:52 +02:00
parent 23bbacb406
commit bafeabf024

View File

@@ -54,7 +54,7 @@ get_message() {
# Retrieve token if missing # Retrieve token if missing
while true; do while true; do
if [[ -z "${ACCESS_TOKEN}" ]]; then if [[ -z "${ACCESS_JWT}" ]]; then
echo "Token ist leer, erstelle Session." echo "Token ist leer, erstelle Session."
create_session create_session
break break