From f56f293ac9133a886c44dc685227af5028ae8ac1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 14 Feb 2011 15:01:42 -0200 Subject: Oops --- share/hydractl/puppet-trigger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/hydractl/puppet-trigger') diff --git a/share/hydractl/puppet-trigger b/share/hydractl/puppet-trigger index a2813be..cb399d1 100755 --- a/share/hydractl/puppet-trigger +++ b/share/hydractl/puppet-trigger @@ -2,6 +2,6 @@ if [ -e '/var/run/puppet/agent.pid' ]; then kill -USR1 `cat /var/run/puppet/agent.pid` -if [ -e '/var/run/puppet/puppetd.pid' ]; then +elif [ -e '/var/run/puppet/puppetd.pid' ]; then kill -USR1 `cat /var/run/puppet/puppetd.pid` fi -- cgit v1.2.3