Skip to content
Snippets Groups Projects
Commit 053e558b authored by David Trattnig's avatar David Trattnig
Browse files

Remove dev setting.

parent d94baec5
No related branches found
No related tags found
No related merge requests found
Pipeline #1040 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment