#!/bin/bash if getent passwd quagga >/dev/null; then userdel quagga fi if getent group quagga >/dev/null; then groupdel quagga fi