We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d202d4a commit f7df853Copy full SHA for f7df853
install-confluence.sh
@@ -105,7 +105,7 @@ sed -i "s|8000|$control_port|g" myconf/response.varfile && echo "control port u
105
106
wget -P download/ https://product-downloads.atlassian.com/software/confluence/downloads/atlassian-confluence-$confluence_ver-x64.bin
107
chmod u+x download/atlassian-confluence-$confluence_ver-x64.bin
108
-sh download/atlassian-confluence-$confluence_ver-x64.bin -q -varfile myconf/response.varfile
+sh download/atlassian-confluence-$confluence_ver-x64.bin -q -varfile ../myconf/response.varfile
109
110
#copy updated server.xml file
111
cp -v myconf/server.xml /opt/atlassian/confluence/conf/server.xml
0 commit comments