Skip to content
Snippets Groups Projects
Commit 31cdb7a4 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Merge pull request #5471 from dex4er/feature_etc_default_gitlab

Read configuration variable file (/etc/default/gitlab) if it is present
parents abf11135 5c98cae9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -31,6 +31,8 @@ sidekiq_pid_path="$pid_path/sidekiq.pid"
 
### Here ends user configuration ###
 
# Read configuration variable file if it is present
test -f /etc/default/gitlab && . /etc/default/gitlab
 
# Switch to the app_user if it is not he/she who is running the script.
if [ "$USER" != "$app_user" ]; then
Loading
Loading
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