Compare commits

...

No commits in common. "v963" and "v961" have entirely different histories.
v963 ... v961

View File

@ -1,9 +0,0 @@
#!/bin/bash
if getent passwd quagga >/dev/null; then
userdel quagga
fi
if getent group quagga >/dev/null; then
groupdel quagga
fi