mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-16 08:18:15 +01:00
formatting.
This commit is contained in:
parent
5bd7efafcf
commit
2b9f0cc48e
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ choosecontainers() {
|
||||||
while [[ "$ChoiceClean" =~ [A-Za-z] || -z "$ChoiceClean" ]]; do
|
while [[ "$ChoiceClean" =~ [A-Za-z] || -z "$ChoiceClean" ]]; do
|
||||||
printf "What containers do you like to update? \n"
|
printf "What containers do you like to update? \n"
|
||||||
# options
|
# options
|
||||||
read -p 'Enter number(s) separated by , : ' Choice
|
read -p 'Enter number(s) separated by comma (eg. 1,3,4): ' Choice
|
||||||
if [ "$Choice" == "0" ] ; then
|
if [ "$Choice" == "0" ] ; then
|
||||||
SelectedUpdates=( ${NumberedUpdates[@]:1} )
|
SelectedUpdates=( ${NumberedUpdates[@]:1} )
|
||||||
ChoiceClean=$(echo $Choice|sed 's/[,.:;]/ /g')
|
ChoiceClean=$(echo $Choice|sed 's/[,.:;]/ /g')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue