mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
fixed typo.
Quoting broke functionality, unquoted.
This commit is contained in:
parent
3f1be334d5
commit
07a9269e76
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ choosecontainers() {
|
|||
ChoiceClean=$(echo "$Choice" |sed 's/[,.:;]/ /g')
|
||||
else
|
||||
ChoiceClean=$(echo "$Choice" |sed 's/[,.:;]/ /g')
|
||||
for s in "$ChoiceClean"; do
|
||||
for s in $ChoiceClean; do
|
||||
SelectedUpdates+=( "${NumberedUpdates[$s]}" )
|
||||
done
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue