From 958d18141bf7b0320f1d072688ee406ef89d2d3c Mon Sep 17 00:00:00 2001 From: vlauciani Date: Tue, 3 Oct 2017 10:54:31 +0200 Subject: [PATCH] Update lambo --- lambo | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lambo b/lambo index 7f09b754..42ee8607 100755 --- a/lambo +++ b/lambo @@ -308,6 +308,9 @@ git commit -m "$MESSAGE" # Update .env to point to this database with `root` username and blank pw, # like Mac MySQL defaults, and appropriate domain +if [ ! -f .env ]; then + cp .env.example .env +fi PROJECTURL="http://$PROJECTNAME.$TLD" sedCommands=( "/DB_DATABASE/s/homestead/$PROJECTNAME/"