From 338b29731f79c574ec7795e7f0385499cf2460cd Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 18 Sep 2018 13:46:41 +0300 Subject: [PATCH] jira jira --- jira/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jira/entrypoint.sh b/jira/entrypoint.sh index 662e29539..ede4d4bb0 100644 --- a/jira/entrypoint.sh +++ b/jira/entrypoint.sh @@ -27,7 +27,7 @@ if [ "${UID}" -eq 0 ]; then chown -R "${RUN_USER}:${RUN_GROUP}" "${JIRA_HOME}" fi # Now drop privileges - exec su -s /bin/bash "${RUN_USER}" -c "$JIRA_INSTALL_DIR/bin/start-confluence.sh $@" + exec su -s /bin/bash "${RUN_USER}" -c "$JIRA_INSTALL_DIR/bin/start-jira.sh $@" else - exec "$JIRA_INSTALL_DIR/bin/start-confluence.sh" "$@" + exec "$JIRA_INSTALL_DIR/bin/start-jira.sh" "$@" fi