Skip to content

Commit

Permalink
Better logging
Browse files Browse the repository at this point in the history
Changed: Now using “ok” instead of checkmark
  • Loading branch information
sprocktech committed Mar 21, 2019
1 parent 0255d24 commit 1d75b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/00-startup.sh
Expand Up @@ -267,6 +267,6 @@ __colors_success_text="\e[1;32m"
__colors_default="\e[0m"
__spinner="-\\|/"
__failed_mark="${__colors_warning_text}x${__colors_default}"
__completed_mark="${__colors_success_text}\\xE2\\x9C\\x93${__colors_default}"
__completed_mark="${__colors_success_text}ok${__colors_default}"

### End ###
2 changes: 1 addition & 1 deletion easy-ubnt.sh
Expand Up @@ -267,7 +267,7 @@ __colors_success_text="\e[1;32m"
__colors_default="\e[0m"
__spinner="-\\|/"
__failed_mark="${__colors_warning_text}x${__colors_default}"
__completed_mark="${__colors_success_text}\\xE2\\x9C\\x93${__colors_default}"
__completed_mark="${__colors_success_text}ok${__colors_default}"

### Logging functions
##############################################################################
Expand Down

0 comments on commit 1d75b92

Please sign in to comment.