Skip to content

Commit

Permalink
Add wait message for user, improve .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cybrox committed Sep 16, 2016
1 parent 328c898 commit 8ab8017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
@@ -1,10 +1,10 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# server
server/*
server

# client
client/*
client

# docker
docker-sync.yml
Expand Down
1 change: 1 addition & 0 deletions bin/setup
Expand Up @@ -211,6 +211,7 @@ if [[ $SETTING_AUTORUN -eq 1 ]]; then
# Prompt if the link should be opened
INPUT_DEFAULT=" [Y/n]"
echo -e "\nInstallation completed successfully."
echo "It may take a few seconds for everything to be up and running for the first time."
read -p "Do you want to open the site in your browser now$INPUT_DEFAULT? " OPEN_CONFIRM

if [[ "$OPEN_CONFIRM" == "" ]]; then
Expand Down

0 comments on commit 8ab8017

Please sign in to comment.