ajout TEST
This commit is contained in:
parent
244c09d80a
commit
a1fa78fbab
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "TEST HUGO"
|
echo "TEST WEB"
|
||||||
url=http://localhost:6060
|
url=http://localhost:9999
|
||||||
curl ${url} -I -o headers -s
|
curl ${url} -I -o headers -s
|
||||||
reponse=$(cat headers | head -n 1 | cut '-d ' '-f2')
|
reponse=$(cat headers | head -n 1 | cut '-d ' '-f2')
|
||||||
if [ $reponse == "200" ]
|
if [ $reponse == "200" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user