Skip to content

Commit ecacf93

Browse files
Adds newline char in structr.conf and removes log output.
1 parent 4499ba0 commit ecacf93

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

setup_environment.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ ACTION_PATH=$1
22
cd $ACTION_PATH
33

44
echo "Replacing variables for Structr and Neo4j docker configuration"
5-
echo Neo4j version: $NEO4j_VERSION
6-
echo Structr version: $STRUCTR_VERSION
7-
echo Structr license: $STRUCTR_LICENSE
8-
echo Structr webapp path: $STRUCTR_WEBAPP_PATH
95

106
sed -i "s|NEO4j_VERSION|$NEO4j_VERSION|g" docker-compose.yml &&
117
sed -i "s|STRUCTR_LICENSE|$STRUCTR_LICENSE|g" docker-compose.yml &&
@@ -16,6 +12,4 @@ if [ -z ${STRUCTR_CONF_FILE:-"./structr.conf"} ]; then
1612
touch ./structr.conf
1713
fi
1814

19-
echo Structr conf file path: $STRUCTR_CONF_FILE
20-
sed -i "s|STRUCTR_CONF_FILE|$STRUCTR_CONF_FILE|g" docker-compose.yml
21-
cat docker-compose.yml
15+
sed -i "s|STRUCTR_CONF_FILE|$STRUCTR_CONF_FILE|g" docker-compose.yml

structr.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
application.schema.automigration = true
2-
application.title = Deployaction on GitHub
2+
application.title = Deployaction on GitHub

0 commit comments

Comments
 (0)