From 9b59689a8734f2a2589685e0c12525b64962cc60 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 22 Feb 2018 10:46:49 +0100 Subject: [PATCH] library/roles/smartgears/smartgears/templates/get-scopes.j2: Fix a typo. --- smartgears/smartgears/templates/get-scopes.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/smartgears/templates/get-scopes.j2 b/smartgears/smartgears/templates/get-scopes.j2 index 62e4df4f..35b76042 100644 --- a/smartgears/smartgears/templates/get-scopes.j2 +++ b/smartgears/smartgears/templates/get-scopes.j2 @@ -70,7 +70,7 @@ function get_scopes_from_auth() { java TokenGenerator {{ hostname }} $TOKEN $HTTP_PORT $SCOPES_FILE $SCOPES_LIST >/dev/null 2>&1 {% else %} java TokenGenerator {{ smartgears_hostname }} $TOKEN $HTTP_PORT $SCOPES_FILE $SCOPES_LIST >/dev/null 2>&1 - {% fi %} + {% endif %} RETVAL=$? if [ $RETVAL -eq 0 ] ; then logger "$LOG_PREFIX We got the scope tokens"