On Tue, Feb 04, 2014 at 22:14, Martijn van Duren wrote:

> +     # Test if we already configured the interface
> +     test -f /tmp/$if.scan && return
> +     touch /tmp/$if.scan

this absolutely needs to use mktemp. It may be easier to use
mktemp -d and then put your files inside.

Reply via email to