Skip to content
Snippets Groups Projects
Commit 862b4790 authored by Igor's avatar Igor
Browse files

gitlab-redis-cli: Fix passing of args to redis-cli

Changelog: fixed
parent c4115ce2
No related branches found
No related tags found
2 merge requests!67heptapod#675: making 0.31 the new stable,!66GitLab 14.9
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
fi fi
export REDISCLI_AUTH="$(grep ^requirepass ${redis_dir}/redis.conf|cut -d' ' -f2 | tr -d '"')" export REDISCLI_AUTH="$(grep ^requirepass ${redis_dir}/redis.conf|cut -d' ' -f2 | tr -d '"')"
exec /opt/gitlab/embedded/bin/redis-cli $REDIS_PARAMS $@ exec /opt/gitlab/embedded/bin/redis-cli $REDIS_PARAMS "$@"
EOH EOH
end end
end end
......
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