Daniel Gibbs
6 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
2 changed files with
4 additions and
2 deletions
-
lgsm/modules/command_dev_ui.sh
-
lgsm/modules/core_messages.sh
|
|
@ -36,3 +36,5 @@ echo -e "${dim}dim${default}" |
|
|
|
echo -e "${italic}italic${default}" |
|
|
|
echo -e "${underline}underline${default}" |
|
|
|
echo -e "${reverse}reverse${default}" |
|
|
|
|
|
|
|
core_exit.sh |
|
|
|
|
|
@ -562,12 +562,12 @@ fn_print_update_eol_nl() { |
|
|
|
|
|
|
|
# SKIP |
|
|
|
fn_print_skip_eol() { |
|
|
|
echo -en " ... ${cyan}SKIP${default}" |
|
|
|
echo -en " ... ${lightblue}SKIP${default}" |
|
|
|
fn_sleep_time |
|
|
|
} |
|
|
|
|
|
|
|
fn_print_skip_eol_nl() { |
|
|
|
echo -e " ... ${cyan}SKIP${default}" |
|
|
|
echo -e " ... ${lightblue}}SKIP${default}" |
|
|
|
fn_sleep_time |
|
|
|
} |
|
|
|
|
|
|
|