diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-26 16:07:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-26 16:07:40 -0300 |
commit | 4440a1c7d9eb14326217d4dce5904b2b9bcdc437 (patch) | |
tree | 509e4f58b4a14b44de791e45b1b41f8e2f45d70d | |
parent | f6eb153b9161237f93d0809b912263fffeec7934 (diff) | |
download | puppet-puppet-4440a1c7d9eb14326217d4dce5904b2b9bcdc437.tar.gz puppet-puppet-4440a1c7d9eb14326217d4dce5904b2b9bcdc437.tar.bz2 |
Oops
-rw-r--r-- | templates/check-puppetd.sh.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |