Skip to content
Snippets Groups Projects
Unverified Commit 2c320962 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Fixed issue in install script with secret generation (#5466)

parent dde6f8cc
Branches
Tags
No related merge requests found
...@@ -405,7 +405,7 @@ install_greenlight_v3(){ ...@@ -405,7 +405,7 @@ install_greenlight_v3(){
local REDIS_URL_ROOT="redis://$RSTXADDR" local REDIS_URL_ROOT="redis://$RSTXADDR"
local PGDBNAME=greenlight-v3-production local PGDBNAME=greenlight-v3-production
local SECRET_KEY_BASE=$(docker run --rm --entrypoint bundle $GL_IMG_REPO exec rake secret) local SECRET_KEY_BASE=$(docker run --rm --entrypoint bundle $GL_IMG_REPO exec rails secret)
if [ -z "$SECRET_KEY_BASE" ]; then if [ -z "$SECRET_KEY_BASE" ]; then
err "failed to generate greenlight-v3 secret key base - is docker running?" err "failed to generate greenlight-v3 secret key base - is docker running?"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment