@ -16,9 +16,11 @@ function common_variables() {
OUTPUT="/dev/stdout"
#
set +e
if [ -z $container ]; then
container = ""
fi
set -e
if [ -f /.dockerenv ] || [ "$container" = "podman" ]; then