mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
Fixed SHADOWSOCKS env variable check
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ if [ "$TINYPROXY" == "on" ]; then
|
||||
fi
|
||||
exitIfNotIn SHADOWSOCKS "on,off"
|
||||
if [ "$SHADOWSOCKS" == "on" ]; then
|
||||
exitIfNotIn SHADOWSOCKS_LOG "on,off"
|
||||
exitIfNotIn SHADOWSOCKS "on,off"
|
||||
if [ -z $SHADOWSOCKS_PORT ]; then
|
||||
SHADOWSOCKS_PORT=8388
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user