Skip to content
Snippets Groups Projects
Commit 17e16c65 authored by Emmanuel Ormancey's avatar Emmanuel Ormancey
Browse files

wait 10s

parent 08115668
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,9 @@ if ! $(/opt/app-root/bin/wp core is-installed); then
sleep 5
done
# wait for 10 seconds before continuing
sleep 10
# Create Wordpress instance and admin account
/opt/app-root/bin/wp core install --url=https://$APPLICATION_NAME.web.cern.ch --title=$APPLICATION_NAME --admin_user=admin --admin_email=$ADMIN_EMAIL
# Create Admin Users and enable Plugin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment