Ignore:
Timestamp:
07/30/05 01:15:40 (20 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/filesondisk

    r7232 r7233  
    3535subsystemdir=/magic/subsystemdata
    3636filesondisklogpath=$logpath/filesondisk/`date +%Y`
    37 
    38 if [ ! -d $filesondisklogpath ]
    39 then
    40   mkdir -pv $filesondisklogpath
    41   if [ ! -d $filesondisklogpath ]
    42   then
    43      echo "could not make directory "$filesondisklogpath
    44      exit
    45   fi
    46 fi
    47 
     37makedir $filesondisklogpath
    4838
    4939
Note: See TracChangeset for help on using the changeset viewer.