Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Sep 27, 2023
1 parent 5d006bd commit 8a7c6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lgsm/modules/command_update_linuxgsm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ if [ -n "${modulesdir}" ]; then
fn_script_log_fatal "Removing module ${modulefile}"
core_exit.sh
else
fn_print_skip_eol_nl
fn_print_ok_eol_nl
fn_script_log_pass "Removing module ${modulefile}"
fi
else
Expand All @@ -221,7 +221,7 @@ if [ -n "${modulesdir}" ]; then
rm -rf "${modulesdir:?}/${modulefile}"
fn_update_module
else
fn_print_ok_eol_nl
fn_print_skip_eol_nl
fn_script_log_pass "Checking ${remotereponame} module ${modulefile}"
fi
fi
Expand Down

0 comments on commit 8a7c6a3

Please sign in to comment.