From 82043d8f44453cc56188333c6cc3665a39d2e324 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Tue, 28 Jan 2025 00:08:12 +0500 Subject: [PATCH] Update --- liveuser/.local/bin/key-sign.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/liveuser/.local/bin/key-sign.sh b/liveuser/.local/bin/key-sign.sh index d686df3c..40f618d8 100755 --- a/liveuser/.local/bin/key-sign.sh +++ b/liveuser/.local/bin/key-sign.sh @@ -58,9 +58,7 @@ fi grep_text=$(ss -nlp | grep 9050) if [[ "$?" == 0 ]]; then - export http_proxy="socks5://127.0.0.1:9050" - export https_proxy="socks5://127.0.0.1:9050" - export ftp_proxy="socks5://127.0.0.1:9050" + export {http,https,ftp}_proxy="socks5://127.0.0.1:9050" fi ping -c 1 1.1.1.1 > /dev/null