Daniel Gibbs 8 лет назад
Родитель
Сommit
5b9cec5428
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/core_dl.sh

+ 1 - 1
lgsm/functions/core_dl.sh

@@ -105,7 +105,7 @@ fn_fetch_file(){
 	forcedl="${6:-0}"
 	md5="${7:-0}"
 
-	# download file if missing or download forced
+	# Download file if missing or download forced
 	if [ ! -f "${local_filedir}/${local_filename}" ]||[ "${forcedl}" == "forcedl" ]; then
 		if [ ! -d "${local_filedir}" ]; then
 			mkdir -p "${local_filedir}"