variable is only being saved once
This commit is contained in:
parent
dc1f9bb603
commit
94e78f756b
@ -48,9 +48,9 @@ else
|
|||||||
clear -x
|
clear -x
|
||||||
title
|
title
|
||||||
cont_search=$(
|
cont_search=$(
|
||||||
for container in "${containers[@]}"
|
for i in "${containers[@]}"
|
||||||
do
|
do
|
||||||
echo "$container"
|
echo "$i"
|
||||||
done | nl -s ") " | column -t
|
done | nl -s ") " | column -t
|
||||||
)
|
)
|
||||||
echo "$cont_search"
|
echo "$cont_search"
|
||||||
|
Loading…
Reference in New Issue
Block a user