mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-15 07:48:14 +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
|
||||
printf "What containers do you like to update? \n"
|
||||
# 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
|
||||
SelectedUpdates=( ${NumberedUpdates[@]:1} )
|
||||
ChoiceClean=$(echo $Choice|sed 's/[,.:;]/ /g')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue