Skip to content

Commit

Permalink
Merge pull request #39 from zepgram/release/v1.3.0
Browse files Browse the repository at this point in the history
release v1.3.0
  • Loading branch information
Benjamin Calef authored Nov 1, 2019
2 parents c417116 + 62ea7f9 commit e9299ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/100-magento-pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ chown -R vagrant:vagrant /home/vagrant

# Execute import sql
if [ -f /home/vagrant/extra/db-dump.sql.gz ]; then
rm -f /home/vagrant/extra/db-dump.sql.gz
rm -f /home/vagrant/extra/db-dump.sql
gunzip /home/vagrant/extra/db-dump.sql.gz
fi
if [ -f /home/vagrant/extra/db-dump.sql ]; then
Expand Down

0 comments on commit e9299ee

Please sign in to comment.