Skip to content
Snippets Groups Projects
Commit 52b9bcf6 authored by DJ Mountney's avatar DJ Mountney Committed by Robert Speicher
Browse files

Merge branch '2787-fix-omnibus-ctl-wrapper-to-allow-in-arguments' into 'master'

Resolve "Fix omnibus-ctl wrapper to allow `*` in arguments"

Closes #2787

See merge request !1940
parent 64c44a78
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,6 +24,7 @@ omnibus-gitlab repository.
- Add omniauth sync_profile_from_provider and sync_profile_attributes configuration
- Upgrade ruby version to 2.3.5
- Upgrade libyaml version to 0.1.7
- Fix gitlab-ctl wrapper to allow '*' in arguments
- Update failover_pgbouncer script to use the pgbouncer user for the database configuration
 
9.5.5
Loading
Loading
Loading
Loading
@@ -63,7 +63,7 @@ done
# As documented at http://smarden.org/runit/sv.8.html
export SVWAIT=30
 
#{install_dir}/embedded/bin/omnibus-ctl #{File.basename(install_dir)} '#{install_dir}/embedded/service/omnibus-ctl*' $@
#{install_dir}/embedded/bin/omnibus-ctl #{File.basename(install_dir)} '#{install_dir}/embedded/service/omnibus-ctl*' "$@"
EOH
end
end
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