Changeset 7233 for trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
- Timestamp:
- 07/30/05 01:15:40 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
r7232 r7233 35 35 subsystemdir=/magic/subsystemdata 36 36 filesondisklogpath=$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 37 makedir $filesondisklogpath 48 38 49 39
Note:
See TracChangeset
for help on using the changeset viewer.