remove not used network name variable
This commit is contained in:
@@ -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
|
||||
*)
|
||||
|
Reference in New Issue
Block a user