mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2024-12-30 02:37:01 +00:00
Fix(docker): sh out of range warning
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user