printerfacts

Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-05-22 18:57:03 -04:00
parent 69ece729ec
commit 189e18933e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%{summary}
%pre
/usr/bin/getent passwd printerfacts || /usr/sbin/useradd -r -s /sbin/nologin printerfacts
/usr/bin/getent passwd printerfacts || /usr/sbin/useradd -r -d /var/lib/printerfacts -s /sbin/nologin printerfacts
#Upgrading
if [ $1 -eq 2 ]; then