fix prompting for confirmation when installing nfs-kernel-server on reporter
authorAndy Witter <awitter@georgialibraries.org>
Tue, 9 Apr 2019 15:17:35 +0000 (11:17 -0400)
committerAndy Witter <awitter@georgialibraries.org>
Tue, 9 Apr 2019 15:17:35 +0000 (11:17 -0400)
templates/setup.sh

index c883a54..1fb1ce3 100755 (executable)
@@ -806,7 +806,7 @@ then
                 useradd -m -u 2000 -s /bin/bash opensrf
         fi
         chown -R opensrf:opensrf /storage/reports-output
-       $APT_TOOL install nfs-kernel-server rpcbind
+       $APT_TOOL -y install nfs-kernel-server rpcbind
        systemctl add-wants nfs-mountd.service rpcbind.service
 fi