소스 검색

changed message for already installed mod

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

+ 2 - 1
lgsm/functions/mods_core.sh

@@ -98,7 +98,8 @@ fn_mod_already_installed(){
 		if [ -n "$(cat "${modslockfilefullpath}" | grep "${modcommand}")" ]; then
 			echo ""
 			fn_print_warning_nl "${modprettyname} has already been installed."
-			echo " * Mod files will be overwritten."
+			echo " * Config files might be overwritten."
+			echo " * Press ctrl + c to abort."
 			sleep 4
 		fi
 	fi