[Dehs-devel] r153 - trunk

atomo64-guest at alioth.debian.org atomo64-guest at alioth.debian.org
Thu Jul 10 03:39:00 UTC 2008


Author: atomo64-guest
Date: 2008-07-10 03:39:00 +0000 (Thu, 10 Jul 2008)
New Revision: 153

Modified:
   trunk/dehs.sh
Log:
Remove temp dir when done


Modified: trunk/dehs.sh
===================================================================
--- trunk/dehs.sh	2008-07-10 03:36:53 UTC (rev 152)
+++ trunk/dehs.sh	2008-07-10 03:39:00 UTC (rev 153)
@@ -82,6 +82,7 @@
 	   rm -f "$tmpdir/$script"
     fi
 done
+rm -rf "$tmpdir"
 
 for rt in $run_type; do
 	$WORKDIR/dehs_pg.php $rt >$WORKDIR/logs/stdout.log




More information about the Dehs-devel mailing list