Skip to content

Commit

Permalink
Merge pull request bigbluebutton#697 from farhatahmad/fix-secret-crea…
Browse files Browse the repository at this point in the history
…tion

Fix issue with secret generation
  • Loading branch information
ffdixon authored Oct 16, 2023
2 parents 3805111 + 43d1036 commit e2a3463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ install_greenlight_v3(){

local PGDBNAME=greenlight-v3-production
local SECRET_KEY_BASE
SECRET_KEY_BASE=$(docker run --rm --entrypoint bundle $GL_IMG_REPO exec rake secret)
SECRET_KEY_BASE=$(docker run --rm --entrypoint bundle $GL_IMG_REPO exec rails secret)

if [ -z "$SECRET_KEY_BASE" ]; then
err "failed to generate greenlight-v3 secret key base - is docker running?"
Expand Down

0 comments on commit e2a3463

Please sign in to comment.