Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit 1691fab

Browse files
authored
Improved error reporting
1 parent d50e7da commit 1691fab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/host/check_mounted_directories.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ source "${vagrant_dir}/scripts/output_functions.sh"
77
cd "${vagrant_dir}"
88
if [[ ! -f "${vagrant_dir}/etc/guest/mysql/my.cnf" ]]; then
99
error "Directory '${vagrant_dir}/etc' was not mounted as expected by Vagrant.
10-
Please make sure that Vagrant is able to mount VirtualBox shared folders on your environment (see https://www.vagrantup.com/docs/synced-folders/basic_usage.html )"
10+
Please make sure that 'paliarush/magento2.ubuntu' Vagrant box was downloaded successfully (if not, this may help http://stackoverflow.com/questions/35519389/vagrant-cannot-find-box)
11+
And that Vagrant is able to mount VirtualBox shared folders on your environment (see https://www.vagrantup.com/docs/synced-folders/basic_usage.html )"
1112
exit 1
1213
fi
1314
vagrant ssh -c "bash /vagrant/scripts/guest/check_mounted_directories" 2> >(logError)

0 commit comments

Comments
 (0)