exit 100 for incomplete scritps
This commit is contained in:
parent
f6efc0d6ef
commit
d56d11ef61
@ -4,6 +4,8 @@ set -e
|
||||
|
||||
printf "NOT COMPLETED YET\n"
|
||||
|
||||
exit 100
|
||||
|
||||
# Thomas:
|
||||
# xorriso provides built-in means for comparison:
|
||||
# -compare_r disk_path iso_rr_path
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user