From 810fc9eece5b647d3e95f2626cbe8a3aad0da873 Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Thu, 27 Jan 2011 10:57:54 +0100 Subject: [PATCH] Fixed wiper display. --- gui/wiper.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gui/wiper.sh b/gui/wiper.sh index 288e1ae..65f0ce5 100755 --- a/gui/wiper.sh +++ b/gui/wiper.sh @@ -1,7 +1,5 @@ #!/bin/sh -clear - -find lsf.* -maxdepth 0 -amin +11 -print0 -delete +find lsf.* -maxdepth 0 -amin +11 -print -delete 2>&1