From e89a2c669289f372ee7bf7a694db266d876ed864 Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 20 Sep 2024 10:10:55 +0300 Subject: [PATCH] installer_easy: edit tpws opts in tpws-socks mode --- install_easy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_easy.sh b/install_easy.sh index 68995c3..67364d8 100755 --- a/install_easy.sh +++ b/install_easy.sh @@ -111,7 +111,7 @@ select_mode_mode() ask_list MODE "$MODES" tpws && write_config_var MODE case $MODE in - tpws) + tpws|tpws-socks) vars="TPWS_OPT TPWS_OPT_SUFFIX" ;; nfqws)