Skip to content

Commit

Permalink
feat: improve bin/setup (#4494)
Browse files Browse the repository at this point in the history
* feat: improve bin/setup

* fix: change font color
  • Loading branch information
elasticspoon committed Jul 11, 2024
1 parent babf25f commit 7c0f000
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ FileUtils.chdir APP_ROOT do
system!("bundle check") || system!("bundle install")

unless File.exist?('.env')
log "== Setup .env file from .env.example =="
log "== Setting up .env file from .env.example =="
system!('cp .env.example .env')
log "Check .env to see if your database credentials are correct.\nPress Enter to continue...", color: :red
gets
end

log "== Preparing database =="
Expand Down

0 comments on commit 7c0f000

Please sign in to comment.