We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cdea3 commit 0571349Copy full SHA for 0571349
scripts/provision/configure_environment.sh
@@ -65,7 +65,9 @@ if [ -f ${composer_auth_json} ]; then
65
if [ ! -d /home/vagrant/.composer ] ; then
66
sudo -H -u vagrant bash -c 'mkdir /home/vagrant/.composer'
67
fi
68
- cp ${composer_auth_json} /home/vagrant/.composer/auth.json
+ if [ -f ${composer_auth_json} ]; then
69
+ cp ${composer_auth_json} /home/vagrant/.composer/auth.json
70
+ fi
71
72
73
# Declare path to scripts supplied with vagrant and Magento
0 commit comments