Explorar o código

installed > updated

UltimateByte %!s(int64=9) %!d(string=hai) anos
pai
achega
60effd5e0f
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      lgsm/functions/command_mods_update.sh

+ 3 - 3
lgsm/functions/command_mods_update.sh

@@ -60,7 +60,7 @@ fn_mods_update_loop(){
 				let installedmodsline=installedmodsline+1
 			else
 				echo ""
-				fn_print_dots "Updating ${modprettyname}"
+				fn_print_dots_nl "Updating ${modprettyname}"
 				fn_script_log "Updating ${modprettyname}."
 				# Check and create required directories
 				fn_mods_dir
@@ -85,8 +85,8 @@ fn_mods_update_loop(){
 				fn_postinstall_tasks
 				# Cleaning
 				fn_clear_tmp_mods
-				fn_print_ok_nl "${modprettyname} installed."
-				fn_script_log "${modprettyname} installed."
+				fn_print_ok_nl "${modprettyname} updated"
+				fn_script_log "${modprettyname} updated."
 				let installedmodsline=installedmodsline+1
 			fi
 		else