From 483ceec952e50424e87824cc0271b80da6cf33d1 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 12 Jul 2023 23:50:25 +0100 Subject: [PATCH] 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. --- lgsm/modules/install_logs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/modules/install_logs.sh b/lgsm/modules/install_logs.sh index 0064ab048..c30e304e1 100644 --- a/lgsm/modules/install_logs.sh +++ b/lgsm/modules/install_logs.sh @@ -62,7 +62,7 @@ else fn_print_skip_eol_nl fi -echo -en "creating console log [ ${consolelog} ] ..." +echo -en "creating console log [ ${consolelog} ]..." if [ ! -f "${consolelog}" ]; then if ! touch "${consolelog}"; then fn_print_fail_eol_nl