From d96049bdac6ee431473b27a3052310c78c351f9d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 29 Dec 2020 16:28:51 +0000 Subject: [PATCH] message --- lgsm/functions/command_skeleton.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/command_skeleton.sh b/lgsm/functions/command_skeleton.sh index f6833e800..b5b158567 100644 --- a/lgsm/functions/command_skeleton.sh +++ b/lgsm/functions/command_skeleton.sh @@ -14,7 +14,7 @@ if [ $? != 0 ]; then fn_print_fail_nl "Creating skeleton directory" fn_script_log_fatal "Creating skeleton directory" else - fn_print_ok_nl "Creating skeleton directory" - fn_script_log_pass "Creating skeleton directory" + fn_print_ok_nl "Creating skeleton directory: ./skel" + fn_script_log_pass "Creating skeleton directory: ./skel" fi core_exit.sh