modif adresse monitor

This commit is contained in:
Jonas TURBEAUX 2017-08-23 16:47:43 +00:00
parent 5d69d353db
commit 480a9ea2f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
HTTP_STATUS=$(curl -s -o /dev/null -I -w "%{http_code}" https://adenium.gdna.re) HTTP_STATUS=$(curl -s -o /dev/null -I -w "%{http_code}" http://cyrilleinvalides.nasjo.fr/)
echo $HTTP_STATUS echo $HTTP_STATUS
if [ "$HTTP_STATUS" == "200" ] if [ "$HTTP_STATUS" == "200" ]
then then