Explorar el Código

add missing dots

Daniel Gibbs hace 6 años
padre
commit
402e4a110f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lgsm/functions/check_steamcmd.sh

+ 1 - 1
lgsm/functions/check_steamcmd.sh

@@ -55,7 +55,7 @@ fn_check_steamcmd(){
 			fn_install_steamcmd
 		fi
 	elif [ "${function_selfname}" == "command_install.sh" ]; then
-		fn_print_information "SteamCMD is already installed"
+		fn_print_information "SteamCMD is already installed..."
 		fn_print_ok_eol_nl
 	fi
 }