Skip to content

Commit

Permalink
remove echo -n as its not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzythinks committed Jun 16, 2015
1 parent 0bec7ea commit bf72177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/consul.debian.erb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ do_start()
if ! start-stop-daemon --quiet --stop --test --pidfile $PIDFILE --exec $DAEMON --user $USER; then
RETVAL=2
sleep 1
echo -n .
continue
fi
if "$DAEMON" info >/dev/null; then
Expand Down

0 comments on commit bf72177

Please sign in to comment.