mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-09-25 02:57:39 +02:00
icingaweb2: Use ipv4 in testing for Fedora 25
fc25 tries to access ::1, even if the container does not have a link local address...
This commit is contained in:
parent
5cf833c4d3
commit
0479bcfff5
@ -44,7 +44,7 @@ sleep 5
|
|||||||
|
|
||||||
output=`mktemp`
|
output=`mktemp`
|
||||||
|
|
||||||
if curl -v http://localhost/icingaweb2/authentication/login -o "$output"; then
|
if curl -v http://127.0.0.1/icingaweb2/authentication/login -o "$output"; then
|
||||||
if grep -q '<div id="login"' "$output"; then
|
if grep -q '<div id="login"' "$output"; then
|
||||||
echo "Login page available"
|
echo "Login page available"
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user