Skip to content

Commit

Permalink
silence install_apache.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrenn committed Feb 14, 2024
1 parent 990598d commit b797786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install_apache.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###setup apache2
apt-get -q -y install apache2 libapache2-mod-jk libapache2-mod-fcgid
apt-get -q -y -o=Dpkg::Use-Pty=0 install apache2 libapache2-mod-jk libapache2-mod-fcgid
usermod --append --groups tomcat,ctsms www-data
cp /ctsms/install/apache/00_ctsms_http.conf /etc/apache2/sites-available/00_ctsms_http.conf
cp /ctsms/install/apache/00_ctsms_https.conf /etc/apache2/sites-available/00_ctsms_https.conf
Expand Down

0 comments on commit b797786

Please sign in to comment.