I'm currently running this script on Alpine Linux with bash and coreutils installed but the scripthangs after compiling the final list on printing dots.
I found out that it writes 3 tempfiles into /tmp/ where the last growing one is not copied over to the whitelist file.
When I comment all show_dots() commands it goes further but finally writes 0 lines to the whitelist file that actually gets created in the postfix path and my tempfiles are gone.
What goes wrong here ?
I'm currently running this script on Alpine Linux with bash and coreutils installed but the scripthangs after compiling the final list on printing dots.
I found out that it writes 3 tempfiles into /tmp/ where the last growing one is not copied over to the whitelist file.
When I comment all show_dots() commands it goes further but finally writes 0 lines to the whitelist file that actually gets created in the postfix path and my tempfiles are gone.
What goes wrong here ?