Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
2 additions and
2 deletions
-
lgsm/modules/command_update_linuxgsm.sh
|
|
@ -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 |
|
|
@ -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 |
|
|
|