Skip to content
This repository has been archived by the owner on Mar 9, 2018. It is now read-only.

Commit

Permalink
Add allow-root for wp-core-download command
Browse files Browse the repository at this point in the history
  • Loading branch information
shadyvb committed Feb 4, 2016
1 parent 09445dc commit 59456f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wpmu-subdirectory.dev/vvv-init.sh
Expand Up @@ -20,7 +20,7 @@ if [[ ! -d /srv/www/wpmu-subdirectory ]]; then
cd /srv/www/wpmu-subdirectory

echo "Downloading WordPress Multisite Subdirectory Stable, see http://wordpress.org/"
wp core download
wp core download --allow-root

echo "Configuring WordPress Multisite Subdirectory Stable..."
wp core config --dbname=wpmu_subdirectory --dbuser=wp --dbpass=wp --quiet --extra-php --allow-root <<PHP
Expand Down
2 changes: 1 addition & 1 deletion wpmu-subdomain.dev/vvv-init.sh
Expand Up @@ -20,7 +20,7 @@ if [[ ! -d /srv/www/wpmu-subdomain ]]; then
cd /srv/www/wpmu-subdomain

echo "Downloading WordPress Multisite Subdomain Stable, see http://wordpress.org/"
wp core download
wp core download --allow-root

echo "Configuring WordPress Multisite Subdomain Stable..."
wp core config --dbname=wpmu_subdomain --dbuser=wp --dbpass=wp --quiet --extra-php --allow-root <<PHP
Expand Down

0 comments on commit 59456f8

Please sign in to comment.