File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 "x-build" : {
77 "name" : " WPVIP" ,
88 "image-name" : " wpvip-base" ,
9- "image-version" : " 0.0.25 "
9+ "image-version" : " 0.0.26 "
1010 },
1111 "remoteUser" : " vscode" ,
1212 "postStartCommand" : " /usr/local/bin/post-start.sh" ,
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ echo "Checking out submodules..."
1919
2020echo " Waiting for MySQL to come online..."
2121second=0
22- while ! mysqladmin ping -uroot -ppassword -hdatabase --silent && [ " ${second} " -lt 60 ]; do
22+ while ! mysqladmin ping -uroot -ppassword -hdatabase --silent --ssl=0 && [ " ${second} " -lt 60 ]; do
2323 sleep 1
24- second=$(( second+ 1 ))
24+ second=$(( second + 1 ))
2525done
26- if ! mysqladmin ping -uroot -ppassword -hdatabase --silent; then
26+ if ! mysqladmin ping -uroot -ppassword -hdatabase --silent --ssl=0 ; then
2727 echo " ERROR: mysql has failed to come online"
28- exit 1;
28+ exit 1
2929fi
3030
3131sudo -u www-data -E wp core install \
You can’t perform that action at this time.
0 commit comments