echo"ERROR: WordPress ${WORDPRESS_INSTALL_VERSION} MD5 checksum mismatch. The WordPress tar file that was downloaded does not match the signature that it was expected to have."
echo"ERROR: WordPress ${WORDPRESS_INSTALL_VERSION} MD5 checksum mismatch. The WordPress tar file that was downloaded does not match the signature that it was expected to have."
exit 1
fi
#----------------- EO 03.04.2019 --------------
# Install WP-CLI command line tool
# Will allow to create users:
# wp user create admin email@cern.ch --role=administrator
# will create admin user with random password
# Must run from the WP installation directory (/opt/app-root/src)