Comment 4 for bug 1763727

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

Another way: ignore errors.

     if ! getent passwd firebird >/dev/null; then
         adduser --system --quiet --home /var/lib/firebird \
             --group --gecos "Firebird Database Administator" firebird
     fi