diff --git a/vv b/vv index 1c03072..0a81644 100755 --- a/vv +++ b/vv @@ -995,7 +995,7 @@ PHP" echo " mkdir ./$web_root" echo " fi" echo " cd ./$web_root" || __vv__error "Could not change directory." - echo " $db_init" + echo " mysql -uroot -proot < /srv/www/$site/$site.sql # NOTICE: the path might be different among different versions of Vagrant box" echo " " echo " $hooked_extra_wp_vvv_init_no_wp" echo " cd -" || __vv__error "Could not change directory."