diff --git a/do.bash b/do.bash index dc1eb0e14b2613f16b7fc625301d35059cafd55f..56b3edf6ad1cd55b090095a79240f43482a84261 100755 --- a/do.bash +++ b/do.bash @@ -151,7 +151,7 @@ function do_test () { ;; home-http ) # NO icmp required. - curl -s http://home.recolic-backend.xyz:81/ || return $? + curl -s http://home.rtmp.asia:81/ || return $? ;; * ) echo PROGRAMMING ERROR: NO TARGET "$1" available.