UltimateByte 9 лет назад
Родитель
Сommit
7693392c58
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      lgsm/functions/command_fastdl.sh

+ 2 - 2
lgsm/functions/command_fastdl.sh

@@ -219,11 +219,11 @@ fn_fastdl_gmod(){
 	# Correct addons directory structure for FastDL
 	if [ -d "${fastdldir}/addons" ]; then
 		fn_print_info "Adjusting addons' file structure"
-		fn_script_log "Adjusting addon's file structure"
+		fn_script_log "Adjusting addons' file structure"
 		sleep 1
 		cp -Rf "${fastdldir}"/addons/*/* "${fastdldir}"
 	# Don't remove yet	rm -R "${fastdldir:?}/addons"
-		fn_print_ok "Adjusted addon's file structure"
+		fn_print_ok "Adjusted addons' file structure"
 		sleep 1
 		echo -en "\n"
 	fi