We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd79b16 commit b9df0d4Copy full SHA for b9df0d4
install-confluence.sh
@@ -99,7 +99,7 @@ cp -v myconf/confluence.conf /opt/rh/httpd24/root/etc/httpd/conf.d/
99
100
wget -P download/ https://product-downloads.atlassian.com/software/confluence/downloads/atlassian-confluence-$confluence_ver-x64.bin
101
chmod u+x download/atlassian-confluence-$confluence_ver-x64.bin
102
-sh download/atlassian-confluence-$confluence_ver-x64.bin
+sh download/atlassian-confluence-$confluence_ver-x64.bin -q -varfile CONF/confluence/response.varfile
103
104
#copy updated server.xml file
105
cp -v myconf/server.xml /opt/atlassian/confluence/conf/server.xml
0 commit comments