From 97ed95c63b90aee7468646d9a6c04ba41764c710 Mon Sep 17 00:00:00 2001 From: ronivay Date: Mon, 5 Jul 2021 15:23:13 +0300 Subject: [PATCH] remove not used network name variable --- xo-appliance.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/xo-appliance.sh b/xo-appliance.sh index 0bdddea..9646739 100755 --- a/xo-appliance.sh +++ b/xo-appliance.sh @@ -18,7 +18,7 @@ function OSCheck { echo echo "Welcome. This script will import a working Xen Orchestra appliance built using https://github.com/ronivay/XenOrchestraInstallerUpdater" - echo "You need at least 2vCPU/4GB/10GB disk free resources to import VM" + echo "You need at least 2vCPU/4GB/10GB disk free resources to import VM" echo echo "Please report any issues to this github project" echo @@ -41,8 +41,6 @@ function NetworkChoose { do read -r -a network_split <<< "$network" networkuuid=${network_split[0]} - # shellcheck disable=SC2124,SC2034 - networkname=${network_split[@]:1} case $network in *) @@ -162,7 +160,7 @@ function VMImport { echo "Check VM status/ip-address manually. If VM started correctly, it should have Web UI and SSH accessible at it's ip-address" echo "Default credentials for UI: admin@admin.net/admin" echo "Default credentials for SSH: xo/xopass" - echo + echo echo "Remember to change both passwords before putting VM to use!" fi