Skip to content

Commit

Permalink
Add backticks to command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirk Wang committed Jun 12, 2024
1 parent 680e0d8 commit 6c43c59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/web
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
`echo "$GOOGLE_OAUTH_PRIVATE_KEY_VALUE" | base64 -d > prod-cred.p12` unless ENV['GOOGLE_OAUTH_PRIVATE_KEY_VALUE'].to_s.strip.empty?

# Ensure the directory exists and create the symbolic link
mkdir -p /app/samvera/hyrax-webapp/public && \
mkdir -p /app/samvera/branding && \
ln -snf /app/samvera/branding /app/samvera/hyrax-webapp/public/branding
`mkdir -p /app/samvera/hyrax-webapp/public`
`mkdir -p /app/samvera/branding`
`ln -snf /app/samvera/branding /app/samvera/hyrax-webapp/public/branding`

exec "bundle exec puma -v -b tcp://0.0.0.0:3000"

0 comments on commit 6c43c59

Please sign in to comment.