Skip to content

Commit

Permalink
Add connection failuer handling
Browse files Browse the repository at this point in the history
  • Loading branch information
tfredian committed Nov 8, 2011
1 parent 5aaf778 commit 60af8f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/unix_submit
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ if [ -d "$MDS_LOGS" -a -w "$MDS_LOGS" ]; then
touch $MDS_LOGS/pid/`hostname`-$$ 2>/dev/null
echo ">>>>>>>>>>>>>>>>>>>>> $2 >>>>>>>>>>>>>>>>>>>>" >> $LOG
echo `date`: Job $1 beginning on `hostname` >> $LOG
echo script invoked with $1 $2 $3 $4 >> $LOG
/usr/bin/time -a -f "Elapsed %E\tUser %U\tSystem %S" -o $LOG $1 $2 < /dev/null >>$LOG 2>&1
echo "<<<<<<<<<<<<<<<<<<<<< $2 <<<<<<<<<<<<<<<<<<<<" >> $LOG
echo " " >> $LOG
Expand Down

0 comments on commit 60af8f7

Please sign in to comment.