Skip to content
Snippets Groups Projects
Commit 81630832 authored by Praveen Arimbrathodiyil's avatar Praveen Arimbrathodiyil
Browse files

remove gitlab_conf variable

parent 71941da8
No related branches found
No related tags found
No related merge requests found
RAILS_ENV=production
DB=postgres
gitlab_user=gitlab
gitlab_conf=/etc/gitlab.conf
gitlab_app_root=/usr/share/gitlab
gitlab_data_dir=/var/lib/gitlab
gitlab_scripts=/usr/lib/gitlab/scripts
......
......@@ -37,8 +37,8 @@ fi
chown ${gitlab_user}: ${gitlab_data_dir}/.secret
chmod 0700 ${gitlab_data_dir}/.secret
chmod 0700 ${gitlab_data_dir}/.gitlab_shell_secret
chown ${gitlab_user}: ${gitlab_conf}/secrets.yml
chmod 0700 ${gitlab_conf}/secrets.yml
chown ${gitlab_user}: ${gitlab_app_root}/config/secrets.yml
chmod 0700 ${gitlab_app_root}/config/secrets.yml
echo "Precompiling assets..."
......
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