Skip to content

Commit

Permalink
change info message
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Sep 28, 2016
1 parent 5f2d2c1 commit b6de118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-diskimage
Expand Up @@ -167,7 +167,7 @@ trap - ERR
set +e
# convert if needed
if [ $convert -eq 1 ]; then
[ $verbose -eq 1 ] && echo "Creating $qcowname."
[ $verbose -eq 1 ] && echo "Converting $rawname to $qcowname."
qemu-img convert -c -f raw $rawname -O qcow2 $qcowname
rm $rawname
fi
Expand Down

0 comments on commit b6de118

Please sign in to comment.