Skip to content
Snippets Groups Projects
Verified Commit d0bc34c3 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

bug fix.

parent 6f10f4e4
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ function do_test () {
;;
drive )
confirm_alive drive.recolic.net &&
curl -s https://drive.recolic.net:444/index.php/login | grep 'submit-wrapper' || return $?
curl -s https://drive.recolic.net/index.php/login | grep 'drive.recolic.' || return $?
;;
v-tw )
curl https://git.recolic.net/vr/test -vv 2>&1 | grep 404 || return $?
......@@ -155,7 +155,7 @@ function do_test () {
;;
home-http )
confirm_alive home.cnm.cool &&
curl -s http://home.cnm.cool/ || return $?
curl -s http://home.cnm.cool:81/ || return $?
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment