On 2024-12-20 01:33, Tomasz Pala via Postfix-users wrote:
> 
> This seems wrong:
> 
>       if [ ! "$set" ]; then

...not mentioning using reserved word as a variable.
Same here:
        { while read name type x x chroot x x cmd x; do

- don't use "type" and "chroot", unless you want "funny" mistakes some
day. There is a _underscore convention.
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to