Skip to content
Snippets Groups Projects
Commit b29f215d authored by DJ Mountney's avatar DJ Mountney
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
parents 322e4703 a48084b2
No related branches found
No related tags found
1 merge request!1940Resolve "Fix omnibus-ctl wrapper to allow `*` in arguments"
Loading
Loading
@@ -26,6 +26,7 @@ omnibus-gitlab repository.
- Support LFS object storage options for GitLab EEP
- 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