Skip to content

Commit

Permalink
👌 IMPROVE: #65 Add log message to summary
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Mar 21, 2021
1 parent 5520d54 commit 74b2f8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bash/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#

version () {
echo "helpers.sh version 0.0.5"
echo "helpers.sh version 0.0.6"
}

# start_server
Expand Down Expand Up @@ -117,7 +117,11 @@ show_first_run_summary() {
echo ''
cat $init_log
echo -en "\e[0m"
echo -en "\n\e[38;5;171mALL DONE 🚀\e[0m\n"
[ -d 'public/phpmyadmin' ] &&
echo -en "\e[38;5;208m" &&
cat bash/snippets/messages/phpmyadmin-security.txt &&
echo -e "\e[0m"
echo -en "\e\n[38;5;171mALL DONE 🚀\e[0m\n"
}

# get_starter_env_val
Expand Down
3 changes: 3 additions & 0 deletions bash/snippets/messages/phpmyadmin-security.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
You have installed phpMyAdmin with default user account passwords.
This is a security concern and be addressed easily.
See https://github.com/apolopena/gitpod-laravel8-starter/blob/main/README.md

0 comments on commit 74b2f8f

Please sign in to comment.