From 60af8f7c1ad7ed66c06133587ea8dcca831eb6c1 Mon Sep 17 00:00:00 2001 From: "Thomas W. Fredian" Date: Tue, 8 Nov 2011 20:53:43 +0000 Subject: [PATCH] Add connection failuer handling --- scripts/unix_submit | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/unix_submit b/scripts/unix_submit index 46b8b3d277..f5158c7173 100755 --- a/scripts/unix_submit +++ b/scripts/unix_submit @@ -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