mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-352: Fix mistake in startup script.
This commit is contained in:
@@ -9,8 +9,8 @@ set -e
|
||||
# at runtime.
|
||||
|
||||
# Find the first Postgres driver in lib folder
|
||||
SYNCHRONY_JWT_PRIVATE_KEY="UNSET"
|
||||
SYNCHRONY_JWT_PUBLIC_KEY="UNSET"
|
||||
SYNCHRONY_JWT_PRIVATE_KEY=""
|
||||
SYNCHRONY_JWT_PUBLIC_KEY=""
|
||||
|
||||
ATL_POSTGRES_DRIVER_PATH=$(ls -t ${ATL_CONFLUENCE_INSTALL_DIR}/confluence/WEB-INF/lib/postgresql*.jar | head -n 1)
|
||||
SYNCHRONY_CLASSPATH="${ATL_SYNCHRONY_JAR_PATH}:${ATL_POSTGRES_DRIVER_PATH}"
|
||||
|
||||
Reference in New Issue
Block a user