remove tty/interactive flags

This call to docker exec simply returns a number.  No interaction (stdin) or tty is required.  Specifically, having the -t option prevents running via salt using a command such as:

> salt '*' cmd.run 'so-redis-count'
This commit is contained in:
Pete
2021-10-13 13:51:05 -04:00
committed by GitHub
parent b4873bd296
commit e7581036f7

View File

@@ -17,4 +17,4 @@
. /usr/sbin/so-common
docker exec -it so-redis redis-cli llen logstash:unparsed
docker exec so-redis redis-cli llen logstash:unparsed