From: Chris Sharp Date: Tue, 22 Aug 2017 14:37:10 +0000 (-0400) Subject: add -y to $APT_TOOL invocation X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=19a4a0a25b7b0c7710103c5fd4e59ed065f49ac5;p=contrib%2Fpines%2Fgenasys.git add -y to $APT_TOOL invocation --- 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 ]