image_builder: add lines

This commit is contained in:
Artem Smirnov
2018-08-20 17:57:39 +03:00
parent b4fabf70c2
commit e32ed43c29

View File

@@ -298,6 +298,7 @@ then echo "" \
&& exit 1
fi
echo "================================================================================"
echo "\$#: $#"
echo "\$1: $1"
echo "\$2: $2"
@@ -306,6 +307,7 @@ echo "\$4: $4"
echo "\$5: $5"
echo "\$6: $6"
echo "\$7: $7"
echo "================================================================================"
case "$1" in
get_image)