remove not used network name variable

This commit is contained in:
ronivay
2021-07-05 15:23:13 +03:00
parent ef16d2813e
commit 97ed95c63b

View File

@@ -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
*)