Skip to content
Snippets Groups Projects
Commit 5dbabe0d authored by Guido Günther's avatar Guido Günther
Browse files

Use "getent passwd"

instead of the non existing "getent user"

Thanks: again to Adam D. Barratt
parent 524cdb1f
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ case "$1" in
delgroup libvirt || true
fi
if getent user libvirt-qemu >/dev/null; then
if getent passwd libvirt-qemu >/dev/null; then
deluser libvirt-qemu || true
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment