sonic-buildimage/dockers/docker-orchagent/base_image_files/swssloglevel

11 lines
185 B
Bash
Executable File

#!/bin/bash
DOCKER_EXEC_FLAGS="i"
# Determine whether stdout is on a terminal
if [ -t 1 ] ; then
DOCKER_EXEC_FLAGS+="t"
fi
docker exec -$DOCKER_EXEC_FLAGS swss swssloglevel "$@"