15 Dec
2006
15 Dec
'06
15:49
https://bugzilla.novell.com/show_bug.cgi?id=221948 ------- Comment #3 from ulrich@holeschak.de 2006-12-15 08:49 MST ------- In the meantime i have found out, that i have to add a small delay to the function cleanup(), otherwise it still could happen that the start of bind failes ... function cleanup() { local file sleep 1 for file in "${removefiles[@]}"; do rm -f "$file" done } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.