소스 검색

double quotes

lrob 10 년 전
부모
커밋
eff90db5f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/logs.sh

+ 1 - 1
functions/logs.sh

@@ -18,7 +18,7 @@ fi
 
 # For games not displaying a console, and having logs into their game folder
 if [ -n "${gamelogfile}" ]; then
-	if [ -n "$(find "${systemdir}" -name gamelog*.log)" ]; then
+	if [ -n "$(find "${systemdir}" -name "gamelog*.log")" ]; then
 		fn_printinfo "Moving game logs to ${gamelogdir}"
 		fn_scriptlog "Moving game logs to ${gamelogdir}"
 		echo -en "\n"