Fix wrong array declaration
This commit is contained in:
@ -43,7 +43,7 @@ echo
|
||||
IFS=' '
|
||||
|
||||
# Create new variable of selection.
|
||||
array=("${dev}")
|
||||
array=(${dev})
|
||||
dev="${array[0]}"
|
||||
|
||||
clear
|
||||
|
Reference in New Issue
Block a user