modif adresse monitor
This commit is contained in:
parent
5d69d353db
commit
480a9ea2f5
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue