Skip to content
Snippets Groups Projects
Verified Commit 36c3fe9a authored by Roman Brendler's avatar Roman Brendler
Browse files

Fix(run.sh,init-db): Fix wrong variable declaration in default value setting

parent 5b371ec9
No related branches found
No related tags found
No related merge requests found
Pipeline #1593 failed
......@@ -45,7 +45,7 @@ if [[ $docker == "false" ]]; then
echo "create rsa key"
./manage.py creatersakey
if [[ -z ${TANK_CALLBACK_BASE_URL} ]]; then
DASHBOARD_CALLBACK_BASE_URL="${AURA_PROTO}://${AURA_HOST}/tank"
TANK_CALLBACK_BASE_URL="${AURA_PROTO}://${AURA_HOST}/tank"
fi
if [[ -z ${DASHBOARD_CALLBACK_BASE_URL} ]]; then
DASHBOARD_CALLBACK_BASE_URL="${AURA_PROTO}://${AURA_HOST}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment