Skip to content

Commit

Permalink
adopt to current thedevs-network#638
Browse files Browse the repository at this point in the history
  • Loading branch information
fashberg committed Oct 16, 2022
1 parent af84233 commit a4f0a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ for param in \
DISALLOW_ANONYMOUS_LINKS \
DISALLOW_REGISTRATION \
SENTRY_PUBLIC_DSN \
DISALLOW_CUSTOMDOMAINS \
DISALLOW_DOMAIN \
; do
if [ -n "${!param}" ] ; then
echo "$param=\"${!param}\"" >>.env
Expand Down

0 comments on commit a4f0a1e

Please sign in to comment.