Explorar o código

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.
Daniel Gibbs %!s(int64=2) %!d(string=hai) anos
pai
achega
5c58275121
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lgsm/modules/core_messages.sh

+ 1 - 1
lgsm/modules/core_messages.sh

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