From af5c7c648d32d39d98d685c19fa83136359200ac Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Fri, 20 Dec 2019 12:05:02 +0000 Subject: [PATCH] Fixed SHADOWSOCKS env variable check --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 0cc36b20..7d6e7509 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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