Fix(docker): sh out of range warning

This commit is contained in:
xjasonlyu
2022-04-04 21:15:06 +08:00
parent 883915ab2c
commit fd8223e4d0

View File

@@ -77,7 +77,7 @@ run() {
ARGS="$ARGS --tcp-rcvbuf $TCP_RCVBUF"
fi
if [ "$TCP_AUTO_TUNING" -eq 1 ]; then
if [ "$TCP_AUTO_TUNING" = 1 ]; then
ARGS="$ARGS --tcp-auto-tuning"
fi