mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
code cleaning
Missed two comments, removed.
This commit is contained in:
parent
1490c97a87
commit
607ead565c
1 changed files with 0 additions and 2 deletions
|
|
@ -85,10 +85,8 @@ choosecontainers() {
|
|||
elif [ "$Choice" == "0" ] ; then
|
||||
SelectedUpdates=( "${NumberedUpdates[@]:1}" )
|
||||
ChoiceClean=${Choice//[,.:;]/ }
|
||||
# ChoiceClean=$(echo "$Choice" |sed 's/[,.:;]/ /g')
|
||||
else
|
||||
ChoiceClean=${Choice//[,.:;]/ }
|
||||
# ChoiceClean=$(echo "$Choice" |sed 's/[,.:;]/ /g')
|
||||
for s in $ChoiceClean; do
|
||||
SelectedUpdates+=( "${NumberedUpdates[$s]}" )
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue