Skip to content
Snippets Groups Projects
Commit 1aa0a5a1 authored by Felix Häberle's avatar Felix Häberle :speech_balloon:
Browse files

#62 remove L3DHOSTOS variable

parent 74efb182
No related branches found
Tags feat-mac-002
1 merge request!1Feature/macos
...@@ -36,7 +36,6 @@ function startContainer { ...@@ -36,7 +36,6 @@ function startContainer {
if [[ -n ${ID} ]]; then if [[ -n ${ID} ]]; then
docker start ${COMPOSE_PROJECT_NAME}_l3d docker start ${COMPOSE_PROJECT_NAME}_l3d
else else
echo ${L3DHOSTOS} is detected.
start_params=(--user ${USERID}:${GROUPID} \ start_params=(--user ${USERID}:${GROUPID} \
--hostname ${COMPOSE_PROJECT_NAME}-l3d \ --hostname ${COMPOSE_PROJECT_NAME}-l3d \
--group-add ${GROUPIDS// / --group-add } \ --group-add ${GROUPIDS// / --group-add } \
......
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