add -y to $APT_TOOL invocation
authorChris Sharp <csharp@georgialibraries.org>
Tue, 22 Aug 2017 14:37:10 +0000 (10:37 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 22 Aug 2017 14:37:10 +0000 (10:37 -0400)
templates/setup-head.sh

index 6e53c59..e8b4df9 100755 (executable)
@@ -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 ]