summaryrefslogtreecommitdiff
path: root/templates/check-puppetd.sh.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-26 16:07:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-02-26 16:07:40 -0300
commit4440a1c7d9eb14326217d4dce5904b2b9bcdc437 (patch)
tree509e4f58b4a14b44de791e45b1b41f8e2f45d70d /templates/check-puppetd.sh.erb
parentf6eb153b9161237f93d0809b912263fffeec7934 (diff)
downloadpuppet-puppet-4440a1c7d9eb14326217d4dce5904b2b9bcdc437.tar.gz
puppet-puppet-4440a1c7d9eb14326217d4dce5904b2b9bcdc437.tar.bz2
Oops
Diffstat (limited to 'templates/check-puppetd.sh.erb')
-rw-r--r--templates/check-puppetd.sh.erb2
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
}