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

#62 update start script with OS variable

parent b16aa533
No related branches found
No related tags found
1 merge request!1Feature/macos
......@@ -36,6 +36,7 @@ function startContainer {
if [[ -n ${ID} ]]; then
docker start ${COMPOSE_PROJECT_NAME}_l3d
else
L3DHOSTOS="$(uname -s)"
start_params=(--user ${USERID}:${GROUPID} \
--hostname ${COMPOSE_PROJECT_NAME}-l3d \
--group-add ${GROUPIDS// / --group-add } \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment