You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/07/24 15:59:50 UTC

[3/3] syncope git commit: [SYNCOPE-1344] dura fix sed fix

[SYNCOPE-1344] dura fix sed fix


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/65fe5336
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/65fe5336
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/65fe5336

Branch: refs/heads/master
Commit: 65fe5336441000fb608783e6348da0acff52de64
Parents: c98b3e7
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Jul 24 17:59:18 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Jul 24 17:59:37 2018 +0200

----------------------------------------------------------------------
 docker/enduser/src/main/resources/startup.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/65fe5336/docker/enduser/src/main/resources/startup.sh
----------------------------------------------------------------------
diff --git a/docker/enduser/src/main/resources/startup.sh b/docker/enduser/src/main/resources/startup.sh
index 6838fbd..e7cd356 100755
--- a/docker/enduser/src/main/resources/startup.sh
+++ b/docker/enduser/src/main/resources/startup.sh
@@ -20,8 +20,7 @@
 cd /etc/apache-syncope
 
 sed "s/\${CORE_SCHEME}/$CORE_SCHEME/" enduser.properties.template | 
-sed "s/\${DOMAIN}/$DOMAIN/" enduser.properties.template | 
-sed "s/\${CORE_HOST}/$CORE_HOST/" | sed "s/\${CORE_PORT}/$CORE_PORT/" > enduser.properties
+sed "s/\${DOMAIN}/$DOMAIN/" | sed "s/\${CORE_HOST}/$CORE_HOST/" | sed "s/\${CORE_PORT}/$CORE_PORT/" > enduser.properties
 
 sed "s/\${CORE_SCHEME}/$CORE_SCHEME/" oidcclient-agent.properties.template | 
 sed "s/\${CORE_HOST}/$CORE_HOST/" | sed "s/\${CORE_PORT}/$CORE_PORT/" > oidcclient-agent.properties