]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Feb 2011 19:07:40 +0000 (16:07 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Feb 2011 19:07:40 +0000 (16:07 -0300)
templates/check-puppetd.sh.erb

index d64c21ba49fe1d80026fa8270decd683b7bb1c34..134031595728426c62a62d003745862659f7ebe4 100644 (file)
@@ -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
 
 }