diff --git a/init.sh b/init.sh index 518b66c..06770f5 100755 --- a/init.sh +++ b/init.sh @@ -47,6 +47,7 @@ trap 'error "script killed"' SIGINT SIGQUIT [[ ! -f .env ]] && { msg "Copying ${c_y}.env.example$c_w to ${c_y}.env$c_w with a randomly generated ${c_g}APP_KEY" sed 's|^APP_KEY=.*|APP_KEY='"$( .env + exit } msg "Running: ${c_m}composer installl --no-dev"