Browse Source

refactor: improve print message in command_update_linuxgsm.sh

The code change refactors the print message in the command_update_linuxgsm.sh file. Instead of printing "OK", it now prints "SKIP" to indicate that a module is being removed. This improves clarity and consistency in the script's output.
feature/dst-changes
Daniel Gibbs 2 years ago
parent
commit
5d006bd57d
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 2
      lgsm/modules/command_update_linuxgsm.sh

2
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_ok_eol_nl
fn_print_skip_eol_nl
fn_script_log_pass "Removing module ${modulefile}"
fi
else

Loading…
Cancel
Save