diff --git a/.gitignore b/.gitignore index 8ed52b442..a48927bfb 100644 --- a/.gitignore +++ b/.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 diff --git a/bin/setup b/bin/setup index 8f77af82d..af78204e2 100755 --- a/bin/setup +++ b/bin/setup @@ -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