We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98ecc7 commit 3428abcCopy full SHA for 3428abc
wait-for-plesk.sh
@@ -2,7 +2,7 @@
2
### Copyright 1999-2020. Plesk International GmbH.
3
4
while : ; do
5
- curl -ks https://plesk:8443/ | grep "<title>Plesk" > /dev/null
+ curl -ksL https://plesk:8443/ | grep "<title>Plesk" > /dev/null
6
[ $? -eq 0 ] && break
7
sleep 5
8
done
0 commit comments