Index: trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/filesondisk	(revision 7232)
+++ trunk/MagicSoft/Mars/datacenter/scripts/filesondisk	(revision 7233)
@@ -35,15 +35,5 @@
 subsystemdir=/magic/subsystemdata
 filesondisklogpath=$logpath/filesondisk/`date +%Y`
-
-if [ ! -d $filesondisklogpath ]
-then
-  mkdir -pv $filesondisklogpath 
-  if [ ! -d $filesondisklogpath ]
-  then 
-     echo "could not make directory "$filesondisklogpath 
-     exit
-  fi
-fi
-
+makedir $filesondisklogpath 
 
 
