1
0
Fork 0

fix shellcheck error

This commit is contained in:
Christian Winther 2024-01-16 20:53:54 +00:00
parent bb960fd485
commit a70f108616
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
## Usage: redis-cli [flags] [args]
## Example: "redis-cli KEYS *" or "ddev redis-cli INFO" or "ddev redis-cli --version"
redis-cli -p 6379 -h redis $@
exec redis-cli -p 6379 -h redis "$@"