Browse Source

test fix

master
crims0n 5 years ago
parent
commit
c2e64225ba
  1. 1
      linux-live/minioslib

1
linux-live/minioslib

@ -23,6 +23,7 @@ function common_variables() {
set -u
if [ -f /.dockerenv ] || [ "$container" = "podman" ]; then
OUTPUT="/dev/stdout"
CONTAINER="docker"
fi
# if = "1", creates a second iso with a constant filename

Loading…
Cancel
Save