mirror of
https://github.com/amnezia-vpn/amnezia-tun2socks.git
synced 2026-05-17 00:05:47 +03: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