Skip to content
Snippets Groups Projects
Commit e5afef8a authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Do not use single quotes when inserting external_url.

parent e70c1074
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
# Create a minimal gitlab.rb template if /etc/gitlab/gitlab.rb does not exist.
if ! [ -e /etc/gitlab/gitlab.rb ] ; then
mkdir -p /etc/gitlab
cat > /etc/gitlab/gitlab.rb <<'EOF'
cat > /etc/gitlab/gitlab.rb <<EOF
# Check and change the external_url to the address your users will type in their browser
external_url '${external_url}'
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment