Skip to content

Commit f7df853

Browse files
authored
response file path was missing
1 parent d202d4a commit f7df853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-confluence.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ sed -i "s|8000|$control_port|g" myconf/response.varfile && echo "control port u
105105

106106
wget -P download/ https://product-downloads.atlassian.com/software/confluence/downloads/atlassian-confluence-$confluence_ver-x64.bin
107107
chmod u+x download/atlassian-confluence-$confluence_ver-x64.bin
108-
sh download/atlassian-confluence-$confluence_ver-x64.bin -q -varfile myconf/response.varfile
108+
sh download/atlassian-confluence-$confluence_ver-x64.bin -q -varfile ../myconf/response.varfile
109109

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

0 commit comments

Comments
 (0)