Now I got it. The problem is using ..... || true (because of set -e) which always returns 0 and then testing $?. You are right, I must use if..then, which should fix it. I will check this later today.
-- regards Thomas -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

