Skip to content

Commit b0edacf

Browse files
authored
Update bbb-install-2.6.sh
Apply fix to generate secret for GreenLight
1 parent ec26f92 commit b0edacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bbb-install-2.6.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ install_greenlight_v3(){
896896

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

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

0 commit comments

Comments
 (0)