projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
014926a
)
fix prompting for confirmation when installing nfs-kernel-server on reporter
author
Andy Witter
<awitter@georgialibraries.org>
Tue, 9 Apr 2019 15:17:35 +0000
(11:17 -0400)
committer
Andy Witter
<awitter@georgialibraries.org>
Tue, 9 Apr 2019 15:17:35 +0000
(11:17 -0400)
templates/setup.sh
patch
|
blob
|
history
diff --git
a/templates/setup.sh
b/templates/setup.sh
index
c883a54
..
1fb1ce3
100755
(executable)
--- a/
templates/setup.sh
+++ b/
templates/setup.sh
@@
-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