Minor code clean up

This commit is contained in:
Martin Wimpress 2022-02-23 03:33:32 +00:00
parent 85cb9251a0
commit 921d06e025
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3
2 changed files with 5 additions and 6 deletions

View file

@ -1770,10 +1770,9 @@ create_vm() {
trap cleanup EXIT
if ((BASH_VERSINFO[0] < 4))
then
echo "Sorry, you need bash 4.0 or newer to run this script."
exit 1
if ((BASH_VERSINFO[0] < 4)); then
echo "Sorry, you need bash 4.0 or newer to run this script."
exit 1
fi
LANGS=()