simonwheatley / vvv-demo-1

This demo shows a VVV site setup using just WP CLI and MySQL commands.
26 stars 15 forks source link

Add --allow-root to all wp-cli calls #2

Closed heyfletch closed 5 years ago

heyfletch commented 10 years ago

wp-cli now requires --allow-root in order to run as the root user due to security concerns (see wp-cli/wp-cli#982 and wp-cli/wp-cli#973). I've added this flag to all uses of wp-cli in vvv-init.sh.