lrob 10 lat temu
rodzic
commit
5643546d19
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      functions/logs.sh

+ 1 - 1
functions/logs.sh

@@ -22,7 +22,7 @@ if [ -n ${gamelogfile} ]; then
 		fn_printinfo "Moving game logs to ${gamelogdir}"
 		fn_scriptlog "Moving game logs to ${gamelogdir}"
 		echo -en "\n"
-		sleep1
+		sleep 1
 		mv "${systemdir}"/gamelog*.log "${gamelogdir}"
 	fi
 fi