> # ./showscores.sh
> Resource            Score     Node            Stickiness #Fail    
> Fail-Stickiness 
> 0                                                                             
>     
> rm: cannot remove `/tmp/dkshowscorestmpfile3dk': No such file or directory

--> patch to use "rm -f" instead of "rm" attached.

cheers,
raoul
-- 
____________________________________________________________________
DI (FH) Raoul Bhatia M.Sc.          email.          r.bha...@ipax.at
Technischer Leiter

IPAX - Aloy Bhatia Hava OEG         web.          http://www.ipax.at
Barawitzkagasse 10/2/2/11           email.            off...@ipax.at
1190 Wien                           tel.               +43 1 3670030
FN 277995t HG Wien                  fax.            +43 1 3670030 15
____________________________________________________________________
--- showscores.sh.orig	2009-05-15 15:50:04.000000000 +0200
+++ showscores.sh	2009-05-15 15:50:20.000000000 +0200
@@ -140,4 +140,4 @@ else
 	sort -k $sortby $tmpfile2
 fi
 
-rm $tmpfile $tmpfile2 $tmpfile3
+rm -f $tmpfile $tmpfile2 $tmpfile3
_______________________________________________
Pacemaker mailing list
Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Reply via email to