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

#62 remove L3DHOSTOS variable from start script

parent 518650cc
No related branches found
No related tags found
1 merge request!1Feature/macos
......@@ -36,7 +36,6 @@ function startContainer {
if [[ -n ${ID} ]]; then
docker start ${COMPOSE_PROJECT_NAME}_l3d
else
L3DHOSTOS="$(uname -s)"
echo ${L3DHOSTOS} is detected.
start_params=(--user ${USERID}:${GROUPID} \
--hostname ${COMPOSE_PROJECT_NAME}-l3d \
......
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