Browse Source

no nl

pull/1255/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
98b0b91d84
  1. 2
      lgsm/functions/command_mods_update.sh

2
lgsm/functions/command_mods_update.sh

@ -38,7 +38,7 @@ fn_mods_update_loop(){
fn_mod_get_info_from_command
# Don't update the mod if it's policy is to "NOUPDATE"
if [ "${modkeepfiles}" == "NOUPDATE" ]; then
fn_print_info_nl "${modprettyname} won't be updated to preserve custom files"
fn_print_info "${modprettyname} won't be updated to preserve custom files"
fn_script_log "${modprettyname} won't be updated to preserve custom files."
let installedmodsline=installedmodsline+1
else

Loading…
Cancel
Save