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:
5365018
)
add -y to $APT_TOOL invocation
author
Chris Sharp
<csharp@georgialibraries.org>
Tue, 22 Aug 2017 14:37:10 +0000
(10:37 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Tue, 22 Aug 2017 14:37:10 +0000
(10:37 -0400)
templates/setup-head.sh
patch
|
blob
|
history
diff --git
a/templates/setup-head.sh
b/templates/setup-head.sh
index
6e53c59
..
e8b4df9
100755
(executable)
--- a/
templates/setup-head.sh
+++ b/
templates/setup-head.sh
@@
-165,7
+165,7
@@
echo;echo "Stopping apache2 to setup nginx...";sleep 3
service apache2 stop
### Install nginx
-$APT_TOOL install nginx
+$APT_TOOL install
-y
nginx
### Setup nginx
if [ -e /etc/nginx/sites-enabled/000-default.conf ]