Comment 5 for bug 1763727

Revision history for this message
Natalia Sorokina (sonaux) wrote :

...oops, wrong button :)

    set +e
    adduser --system --quiet --home /var/lib/firebird \
        --group --gecos "Firebird Database Administator" firebird
    set -e

That way adduser will report about errors, but script will not fail.