From: Michael Tremer Date: Tue, 2 Dec 2025 11:27:11 +0000 (+0000) Subject: libvirt: Fix the update script X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=HEAD;p=people%2Fstevee%2Fipfire-2.x.git libvirt: Fix the update script I don't know why this all has to be copied like this, but the recent changes from the install script should be applied here, too. Signed-off-by: Michael Tremer --- diff --git a/src/paks/libvirt/update.sh b/src/paks/libvirt/update.sh index ab57cbf62..c9e9dd54b 100644 --- a/src/paks/libvirt/update.sh +++ b/src/paks/libvirt/update.sh @@ -41,9 +41,9 @@ rm -f /etc/rc.d/rc*.d/*virtlogd # # creates a new user and group called libvirt-remote if they not exist -getent group libvirt-remote >/dev/null || groupadd libvirt-remote +getent group libvirt-remote >/dev/null || groupadd -r libvirt-remote getent passwd libvirt-remote >/dev/null || \ -useradd -m -g libvirt-remote -s /bin/bash "libvirt-remote" + useradd -r -m -g libvirt-remote -s /bin/bash "libvirt-remote" extract_files