Update README

This commit is contained in:
Martin Wimpress 2020-03-21 12:00:49 +00:00
parent 97a2ebf3d0
commit 3233738b86
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3
2 changed files with 19 additions and 14 deletions

View file

@ -130,7 +130,7 @@ function vm_boot() {
exit
;;
esac
echo " - Guest: ${guest_os^} optimised."
echo " - Guest: ${guest_os^} optimised"
echo " - Disk: ${disk_img} (${disk})"
if [ ! -f "${disk_img}" ]; then