diff --git a/inc/status.inc b/inc/status.inc index 07b8d651..d124e406 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -936,9 +936,9 @@ STATUS_SCANTIMES(){ scanrun=$(echo "${scan}" | cut -d '~' -f 3) echo -en "${idsCL[White]} ${scandate} (${scantime}s) ${idsCL[Yellow]}$(SHOW_TIME ${scantime} s) " if [ ${scanrun} -eq 1 ]; then - echo "<-- Replication Run" + echo -n "<-- Replication Run" else - echo + echo -n fi echo -e "${idsCL[Default]}" done