Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
engine
Commits
053e558b
Commit
053e558b
authored
Jul 29, 2021
by
David Trattnig
Browse files
Remove dev setting.
parent
d94baec5
Pipeline
#1040
passed with stage
in 1 minute and 18 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
run.sh
View file @
053e558b
...
...
@@ -86,7 +86,7 @@ if [[ $docker == "true" ]]; then
fi
if
[[
-z
"
${
AURA_ENGINE_SOCKET_DIR
}
"
]]
;
then
AURA_ENGINE_SOCKET_DIR
=
$(
readlink
-f
"
${
BASE_DIR
}
/../engine-core
-quickstart
/socket"
)
AURA_ENGINE_SOCKET_DIR
=
$(
readlink
-f
"
${
BASE_DIR
}
/../engine-core/socket"
)
fi
if
[[
-z
"
${
AURA_ENGINE_CONTROL_CHANNEL
}
"
]]
;
then
...
...
Write
Preview
Supports
Markdown
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