diff --git a/functions/logs.sh b/functions/logs.sh index 78c95fa97..a047921a9 100644 --- a/functions/logs.sh +++ b/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