main: don't print inventory

This commit is contained in:
Dawid Dziurla 2020-04-07 00:14:34 +02:00 committed by GitHub
parent 5240df9b51
commit 2be8c5b7f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,6 @@ fi
if test -n "$inventory"; then
echo "==> Setting inventory"
echo "$inventory" > "$inventory_file"
cat $inventory_file
options="$options --inventory $inventory_file"
fi