Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
tosca-definitions-dch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SustainLife
tosca-definitions-dch
Commits
f977e95a
Commit
f977e95a
authored
Jul 09, 2019
by
Philip Schildkamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix inconsistency
parent
3096ba91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
artifacttemplates/http%3A%2F%2Fdch.uni-koeln.de%2Ftosca%2Fartifacttemplates/MusicalCompetitionsApp-IA-Start_0.0.1-w1-wip1/files/start.sh
...icalCompetitionsApp-IA-Start_0.0.1-w1-wip1/files/start.sh
+2
-2
artifacttemplates/http%3A%2F%2Fdch.uni-koeln.de%2Ftosca%2Fartifacttemplates/MusicalCompetitionsApp-IA-Start_0.0.1-w1-wip1/source/start.sh
...calCompetitionsApp-IA-Start_0.0.1-w1-wip1/source/start.sh
+1
-1
No files found.
artifacttemplates/http%3A%2F%2Fdch.uni-koeln.de%2Ftosca%2Fartifacttemplates/MusicalCompetitionsApp-IA-Start_0.0.1-w1-wip1/files/start.sh
View file @
f977e95a
...
...
@@ -14,8 +14,8 @@ fn_start() {
test
-f
"
$START_EXECDIR
/Elasticsearch.env"
||
return
1
source
"
$START_EXECDIR
/CouchDB.env"
export
COUCH
=
"http://
$VMIP
:
$DBMSPort
/
$DBName
"
sudo sed
-i
"s#
\(\"
couchdb
\"
:
\)
\"
http.*#
\1
\"
$COUCH
/
\"
,#"
\
export
COUCH
=
"http://
$VMIP
:
$DBMSPort
"
sudo sed
-i
"s#
\(\"
couchdb
\"
:
\)
\"
http.*#
\1
\"
$COUCH
/
$DBName
/
\"
,#"
\
"
$START_EXECDIR
/package.json"
source
"
$START_EXECDIR
/Elasticsearch.env"
...
...
artifacttemplates/http%3A%2F%2Fdch.uni-koeln.de%2Ftosca%2Fartifacttemplates/MusicalCompetitionsApp-IA-Start_0.0.1-w1-wip1/source/start.sh
View file @
f977e95a
...
...
@@ -15,7 +15,7 @@ fn_start() {
source
"
$START_EXECDIR
/CouchDB.env"
export
COUCH
=
"http://
$VMIP
:
$DBMSPort
"
sudo sed
-i
"s#
\(\"
couchdb
\"
:
\)
\"
http.*#
\1
\"
$COUCH
/
\"
,#"
\
sudo sed
-i
"s#
\(\"
couchdb
\"
:
\)
\"
http.*#
\1
\"
$COUCH
/
$DBName
/
\"
,#"
\
"
$START_EXECDIR
/package.json"
source
"
$START_EXECDIR
/Elasticsearch.env"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment