mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-21 05:51:26 +00:00
fix shellcheck error
This commit is contained in:
parent
bb960fd485
commit
a70f108616
1 changed files with 1 additions and 1 deletions
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in a new issue