From: Silvio Rhatto Date: Sat, 26 Feb 2011 19:07:40 +0000 (-0300) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4440a1c7d9eb14326217d4dce5904b2b9bcdc437;p=puppet-puppet.git Oops --- diff --git a/templates/check-puppetd.sh.erb b/templates/check-puppetd.sh.erb index d64c21b..1340315 100644 --- a/templates/check-puppetd.sh.erb +++ b/templates/check-puppetd.sh.erb @@ -39,7 +39,7 @@ function set_lockfile { function unset_lockfile { if [ ! -z "$LOCKFILE" ]; then - $rm -f $LOCKFILE || echo "Could not remove lockfile $LOCKFILE" + rm -f $LOCKFILE || echo "Could not remove lockfile $LOCKFILE" fi }