mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-01 21:37:20 +02:00
Yet another change of the selection dialog, as suggested.
This commit is contained in:
parent
96140ee47d
commit
4fbae84ad3
2 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ Containers with updates available:
|
|||
03) whoogle-search
|
||||
|
||||
Choose what containers to update:
|
||||
Enter number(s) separated by comma or range(s) (e.g. 1-2,4-5), [a] for all - [q] to quit: 1-2
|
||||
Enter number(s) or range(s) separated by comma (e.g. 1-2,4-5,09), [a] for all - [q] to quit: 1-2
|
||||
```
|
||||
|
||||
Then it proceeds to run `pull` and `up -d` on every container with updates.
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@ self_update() {
|
|||
|
||||
choosecontainers() {
|
||||
while [[ -z "${ChoiceClean:-}" ]]; do
|
||||
read -r -p "Enter number(s) separated by comma or range(s) (e.g. 1-2,4-5), [a] for all - [q] to quit: " Choice
|
||||
read -r -p "Enter number(s) or range(s) separated by comma (e.g. 1-2,4-5,09), [a] for all - [q] to quit: " Choice
|
||||
if [[ "$Choice" =~ [qQnN] ]]; then
|
||||
[[ -n "${BackupForDays:-}" ]] && remove_backups
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue