Browse Source

refactor: improve formatting of success message

The success message in the core_messages.sh file has been updated to include square brackets around "OK" for better visibility.
feature/dst-changes
Daniel Gibbs 2 years ago
parent
commit
5c58275121
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 2
      lgsm/modules/core_messages.sh

2
lgsm/modules/core_messages.sh

@ -413,7 +413,7 @@ fn_print_ok_eol() {
}
fn_print_ok_eol_nl() {
echo -e "${green}OK${default}"
echo -e "${green}[ OK ]${default}"
fn_sleep_time
}

Loading…
Cancel
Save