From 2f01cb33a0239f9290cfcc5d24f2efa2babb2716 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 29 Oct 2017 13:00:50 +0100 Subject: [PATCH] no need for additional sleep! --- consul/consul.spec | 2 +- consul/rc.consul | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/consul/consul.spec b/consul/consul.spec index d402b8ab52..d7a99f3df0 100644 --- a/consul/consul.spec +++ b/consul/consul.spec @@ -37,7 +37,7 @@ Class: EVAL Group: Networking License: MPL Version: %{V_consul_opkg}.%{V_consul_snap} -Release: 20171028 +Release: 20171029 # list of sources Source0: http://download.openpkg.org/components/versioned/consul/consul-%{V_consul_snap}.tar.xz diff --git a/consul/rc.consul b/consul/rc.consul index b0317d4202..bda7150718 100644 --- a/consul/rc.consul +++ b/consul/rc.consul @@ -48,7 +48,6 @@ rcService consul enable yes || exit 0 rcService consul active no && exit 0 consul_signal TERM - sleep 1 i=0 while [ $i -lt 10 ]; do sleep 1