]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/scripts/init.d/helm-uwobo
changed logging message
[helm.git] / helm / scripts / init.d / helm-uwobo
index 94dfbe6e1b476cb5f6c36915b3a294752c0deaac..a5ab6c76a40fbc1a0e1d1a278140b8e8a84e164a 100755 (executable)
@@ -18,11 +18,11 @@ NAME=`basename $DAEMON`
 PIDFILE=/var/run/$NAME.pid
 
 do_start () {
-  echo -n "Starting $DAEMON ... "
+  echo -n "Starting $DAEMON"
   start-stop-daemon \
     --start --background --pidfile $PIDFILE --make-pidfile \
     --chuid $OWNER --exec $DAEMON
-  echo "done!"
+  echo "."
   echo -n "Waiting for UWOBO to startup (2 seconds) ... "
   sleep 2
   echo "done!"