Skip to content
Snippets Groups Projects
Unverified Commit 6c733a6a authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

scripts: container.sh: replace unusual stderr echo redirect

The command was more complicated than necessary, and somehow contained
two redirects of stdout.
parent d9fb802a
Branches
Tags
No related merge requests found
...@@ -18,7 +18,7 @@ then ...@@ -18,7 +18,7 @@ then
docker build -t "${TAG}" contrib/docker docker build -t "${TAG}" contrib/docker
docker run -it --rm -u "$(id -u):$(id -g)" --volume="$(pwd):/gluon" -e HOME=/gluon "${TAG}" docker run -it --rm -u "$(id -u):$(id -g)" --volume="$(pwd):/gluon" -e HOME=/gluon "${TAG}"
else else
1>&2 echo "Please install either podman or docker. Exiting" >/dev/null echo "Please install either podman or docker. Exiting" >&2
exit 1 exit 1
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment