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)"