소스 검색

removed wrongly c/pasted double quote

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

+ 1 - 1
lgsm/functions/command_mods_remove.sh

@@ -80,7 +80,7 @@ fn_mod_remove_process(){
 	fn_script_log "Removing: ${modsdatadir}/${modcommand}-files.list"
 	rm -rf "${modsdatadir}/${modcommand}-files.list"
 	# Remove from installed mods list
-	fn_script_log "Removing: ${modcommand} from "${modslockfilefullpath}"
+	fn_script_log "Removing: ${modcommand} from ${modslockfilefullpath}"
 	sed -i "/^${modcommand}$/d" "${modslockfilefullpath}"
 	fn_print_ok_nl "Removed ${modprettyname}"
 	fn_script_log "Removed ${modprettyname}"