Skip to content

Commit b9df0d4

Browse files
authored
confluence will be installed in unattended mode
1 parent bd79b16 commit b9df0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-confluence.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ cp -v myconf/confluence.conf /opt/rh/httpd24/root/etc/httpd/conf.d/
9999

100100
wget -P download/ https://product-downloads.atlassian.com/software/confluence/downloads/atlassian-confluence-$confluence_ver-x64.bin
101101
chmod u+x download/atlassian-confluence-$confluence_ver-x64.bin
102-
sh download/atlassian-confluence-$confluence_ver-x64.bin
102+
sh download/atlassian-confluence-$confluence_ver-x64.bin -q -varfile CONF/confluence/response.varfile
103103

104104
#copy updated server.xml file
105105
cp -v myconf/server.xml /opt/atlassian/confluence/conf/server.xml

0 commit comments

Comments
 (0)