Index: trunk/MagicSoft/Mars/datacenter/scripts/rmlocks
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/rmlocks	(revision 7393)
+++ trunk/MagicSoft/Mars/datacenter/scripts/rmlocks	(revision 7395)
@@ -40,12 +40,7 @@
 #   echo "now: " $now
 #   echo "comp: " $compdate
-   twelf=12
-   if [ $compdate -gt $twelf ]
-   then
-      filedate2=`expr $filedate + 24`
-   else 
-      filedate2=$filedate
-   fi
-   if [ $compdate -gt $filedate2 ] || [ $filedate2 -gt $now -a $now -gt $twelf ]
+   filedate2=`expr $filedate + 24`
+   
+   if [ $compdate -gt $filedate2 ] || [ $filedate -gt $now ]
    then 
       rm -v $file
