Browse Source

message

pull/3152/head
Daniel Gibbs 5 years ago
parent
commit
d96049bdac
  1. 4
      lgsm/functions/command_skeleton.sh

4
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

Loading…
Cancel
Save