From 5643546d19ec83919afeab582865e89433565471 Mon Sep 17 00:00:00 2001 From: lrob Date: Mon, 22 Feb 2016 23:55:51 +0100 Subject: [PATCH] space --- functions/logs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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