Changeset 9504 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 08/31/09 15:50:52 (15 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r9492 r9504 57 57 if [ ! -d $@ ] 58 58 then 59 echo "could not make dir "$@60 59 if ! [ "$processlog" = "" ] 61 60 then 62 61 echo `date +%F\ %T`" "`whoami`"@"$HOSTNAME" "`basename $0`"["$$"] could not make dir "$@ >> $processlog 62 else 63 echo "could not make dir "$@ 63 64 fi 64 65 if ls $lockfile >/dev/null 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.