Daniel Gibbs пре 8 година
родитељ
комит
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}"
 	forcedl="${6:-0}"
 	md5="${7:-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 [ ! -f "${local_filedir}/${local_filename}" ]||[ "${forcedl}" == "forcedl" ]; then
 		if [ ! -d "${local_filedir}" ]; then
 		if [ ! -d "${local_filedir}" ]; then
 			mkdir -p "${local_filedir}"
 			mkdir -p "${local_filedir}"