exit 100 for incomplete scritps
This commit is contained in:
@ -21,7 +21,7 @@ for s in `ls | grep -v ${SELF}`; do
|
||||
RET=$?
|
||||
T2=`date '+%s'`
|
||||
let TS="${T2}-${T1}"
|
||||
printf "Done (return code: $RET; time spent: ${TS})"
|
||||
printf "done. return code: $RET; time spent: ${TS}."
|
||||
set -e
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user