Fix wrong array declaration

This commit is contained in:
dataprolet 2024-10-08 21:17:17 +02:00
parent 0e6f16c226
commit 50b1ae7bad
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ echo
IFS=' ' IFS=' '
# Create new variable of selection. # Create new variable of selection.
array=("${dev}") array=(${dev})
dev="${array[0]}" dev="${array[0]}"
clear clear