Skip to content

Commit 3428abc

Browse files
committed
Fix redirect handling in case of latest Plesk
1 parent b98ecc7 commit 3428abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wait-for-plesk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
### Copyright 1999-2020. Plesk International GmbH.
33

44
while : ; do
5-
curl -ks https://plesk:8443/ | grep "<title>Plesk" > /dev/null
5+
curl -ksL https://plesk:8443/ | grep "<title>Plesk" > /dev/null
66
[ $? -eq 0 ] && break
77
sleep 5
88
done

0 commit comments

Comments
 (0)