From 0d6a0a3281ad81eb63d9fd83c62271b6e6741562 Mon Sep 17 00:00:00 2001 From: Amoelle Date: Tue, 1 Apr 2025 23:54:17 +0300 Subject: [PATCH] small fix --- setup_script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_script.sh b/setup_script.sh index 76d5888..477fa09 100755 --- a/setup_script.sh +++ b/setup_script.sh @@ -635,14 +635,14 @@ cat > /tmp/index.html << EOF
Using curl:
-eval "\$(curl -fsSL http://192.168.0.104/deployment/client_setup.sh)" +eval "\$(curl -fsSL http://${SERVER_IP}/deployment/client_setup.sh)"
Using wget:
-eval "\$(wget --no-verbose -O- http://192.168.0.104/deployment/client_setup.sh)" +eval "\$(wget --no-verbose -O- http://${SERVER_IP}/deployment/client_setup.sh)"