@ -17,7 +17,7 @@ function common_variables() {
#
set +e
if [ -z $container ]; then
if [ ! -z $container ]; then
container = ""
fi
set -e