From: thib Date: Sun, 11 Feb 2001 21:38:28 +0000 (+0000) Subject: added a space before the output "fcron" X-Git-Tag: ver1564~333 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d128b80842b9cae180eb39eeab024184024e741e;p=fcron added a space before the output "fcron" --- diff --git a/script/fcron.sh b/script/fcron.sh index f01b769..757a3c2 100755 --- a/script/fcron.sh +++ b/script/fcron.sh @@ -5,7 +5,7 @@ SBIN=@@DESTSBIN@ case "$1" in start) - $SBIN/fcron -b && echo -n "fcron" + $SBIN/fcron -b && echo -n " fcron" ;; *) echo "Usage: fcron start"