Update run-in-container.sh

This commit is contained in:
Oliver Hanikel 2021-07-11 20:07:48 +02:00
parent e6cf367e23
commit 54094270b3
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ if which podman 2>&1 > /dev/null; then
DOCKER=podman
fi
$DOCKER run --rm Y2Z/$PROG_NAME $PROG_NAME "$@"
$DOCKER run --rm Y2Z/$PROG_NAME "$@"