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

fix syntax error in switch case

parent 0083bd34
No related branches found
Tags feat-mac-002
1 merge request!1Feature/macos
...@@ -45,6 +45,7 @@ if [[ ! -n ${ID} ]]; then ...@@ -45,6 +45,7 @@ if [[ ! -n ${ID} ]]; then
--volume ${SCRIPTPATH}:/setup \ --volume ${SCRIPTPATH}:/setup \
--volume ${HOME}/.traefik:/root/.traefik \ --volume ${HOME}/.traefik:/root/.traefik \
registry.lakedrops.com/docker/l3d/run:'{{ version }}' registry.lakedrops.com/docker/l3d/run:'{{ version }}'
;;
*) *)
docker run --name=l3drun -dt --rm \ docker run --name=l3drun -dt --rm \
--env SCRIPTPATH=${SCRIPTPATH} \ --env SCRIPTPATH=${SCRIPTPATH} \
......
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