From eb1d4600964cf3448a8abd63bd34eb7f123155a9 Mon Sep 17 00:00:00 2001 From: Amoelle Date: Wed, 2 Apr 2025 00:13:17 +0300 Subject: [PATCH] small fix --- setup_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_script.sh b/setup_script.sh index 19b4dba..c22f753 100755 --- a/setup_script.sh +++ b/setup_script.sh @@ -642,7 +642,7 @@ eval "\$(curl -fsSL http://${SERVER_IP}/deployment/client_setup.sh)"
Using wget:
-eval "\$(wget -qO- http://${SERVER_IP}/deployment/client_setup.sh)" +eval "\$(wget -O- http://${SERVER_IP}/deployment/client_setup.sh)"