Browse Source

refactor: improve console log creation

The code in `install_logs.sh` has been refactored to improve the creation of the console log. The commit removes unnecessary whitespace and updates the echo statement to provide a more concise output.
Daniel Gibbs 2 years ago
parent
commit
483ceec952
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lgsm/modules/install_logs.sh

+ 1 - 1
lgsm/modules/install_logs.sh

@@ -62,7 +62,7 @@ else
 	fn_print_skip_eol_nl
 	fn_print_skip_eol_nl
 fi
 fi
 
 
-echo -en "creating console log [ ${consolelog} ] ..."
+echo -en "creating console log [ ${consolelog} ]..."
 if [ ! -f "${consolelog}" ]; then
 if [ ! -f "${consolelog}" ]; then
 	if ! touch "${consolelog}"; then
 	if ! touch "${consolelog}"; then
 		fn_print_fail_eol_nl
 		fn_print_fail_eol_nl