From 7ded24b705d13c4098bc31fd6cdc30631f257fc7 Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 20 Mar 2007 00:54:59 +0000 Subject: [PATCH] removed redundant (and non-portable) call to gpasswd git-svn-id: svn://svn.open-ils.org/ILS/trunk@7082 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index fbb2c0fd2f..4769f68131 100755 --- a/install.sh +++ b/install.sh @@ -68,8 +68,6 @@ function mkInstallDirs { if installing; then if [ ! $(grep "^opensrf:" /etc/group) ]; then groupadd opensrf; fi if [ ! $(grep "^opensrf:" /etc/passwd) ]; then useradd -g opensrf opensrf; fi - # add opensrf to the opensrf group - gpasswd -a opensrf opensrf fi; } -- 2.11.0