UltimateByte 9 년 전
부모
커밋
0b3da9d2d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lgsm/functions/command_mods_remove.sh

+ 1 - 1
lgsm/functions/command_mods_remove.sh

@@ -73,7 +73,7 @@ fn_mod_remove_process(){
 		if [ -f "${modinstalldir}/${currentfileremove}" ]||[ -f "${modinstalldir}/${currentfileremove}" ]; then
 			rm -rfv "${currentfileremove}"
 		fi
-		let installedmodsline=installedmodsline+1
+		let modfileline=modfileline+1
 	done
 	# Remove file list
 	rm -rfv "${modsdatadir}/${modcommand}-files.list"