]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Small bug fixes
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 11 Sep 2023 14:58:49 +0000 (15:58 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 11 Sep 2023 14:58:49 +0000 (15:58 +0100)
Makefile.am

index 6cf318d351ddeabdad4eb51acdb951a8b2e01add..d9cfbf6ec6f496cdc0132a8df6a50c3ff594e59d 100644 (file)
@@ -262,12 +262,12 @@ endif # INSTALL_CONFIG_FILES
 INSTALL_GROUP_TARGET = install-group-local
 
 $(INSTALL_GROUP_TARGET):
-       getent group shairport-sync &>/dev/null || groupadd -r shairport-sync >/dev/null
+       getent group shairport-sync &>/dev/null || groupadd -r shairport-sync &>/dev/null
 
 INSTALL_USER_TARGET = install-user-local
 
 $(INSTALL_USER_TARGET): $(INSTALL_GROUP_TARGET)
-       getent passwd shairport-sync &> /dev/null || useradd -r -M -g shairport-sync -s /usr/sbin/nologin -G audio shairport-sync >/dev/null
+       getent passwd shairport-sync &>/dev/null || useradd -r -M -g shairport-sync -s /usr/sbin/nologin -G audio shairport-sync &>/dev/null
 
 if INSTALL_SYSTEMV