From 19a4a0a25b7b0c7710103c5fd4e59ed065f49ac5 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 22 Aug 2017 10:37:10 -0400 Subject: [PATCH] add -y to $APT_TOOL invocation --- templates/setup-head.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/setup-head.sh b/templates/setup-head.sh index 6e53c59..e8b4df9 100755 --- 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 ] -- 2.11.0