mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-24 04:04:16 +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
|
elif [ "$Choice" == "0" ] ; then
|
||||||
SelectedUpdates=( "${NumberedUpdates[@]:1}" )
|
SelectedUpdates=( "${NumberedUpdates[@]:1}" )
|
||||||
ChoiceClean=${Choice//[,.:;]/ }
|
ChoiceClean=${Choice//[,.:;]/ }
|
||||||
# ChoiceClean=$(echo "$Choice" |sed 's/[,.:;]/ /g')
|
|
||||||
else
|
else
|
||||||
ChoiceClean=${Choice//[,.:;]/ }
|
ChoiceClean=${Choice//[,.:;]/ }
|
||||||
# ChoiceClean=$(echo "$Choice" |sed 's/[,.:;]/ /g')
|
|
||||||
for s in $ChoiceClean; do
|
for s in $ChoiceClean; do
|
||||||
SelectedUpdates+=( "${NumberedUpdates[$s]}" )
|
SelectedUpdates+=( "${NumberedUpdates[$s]}" )
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue