|
@ -18,7 +18,7 @@ function common_variables() { |
|
|
# |
|
|
# |
|
|
set +u |
|
|
set +u |
|
|
if [ -z $container ]; then |
|
|
if [ -z $container ]; then |
|
|
container = "" |
|
|
container="" |
|
|
fi |
|
|
fi |
|
|
set -u |
|
|
set -u |
|
|
if [ -f /.dockerenv ] || [ "$container" = "podman" ]; then |
|
|
if [ -f /.dockerenv ] || [ "$container" = "podman" ]; then |
|
|