mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
6 lines
328 B
Bash
Executable File
6 lines
328 B
Bash
Executable File
#!/bin/bash
|
|
# NOTE: This expects the license to be available in $CONFLUENCE_TEST_LICENSE variable
|
|
CONFLUENCE_TEST_LICENSE=`echo ${CONFLUENCE_TEST_LICENSE} | tr -d '\n \t'`
|
|
|
|
sed "s~INJECT_LICENSE_HERE~${CONFLUENCE_TEST_LICENSE}~" confluence/confluence-home/confluence.cfg.xml.tmpl > confluence/confluence-home/confluence.cfg.xml
|