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