From 4fbae84ad3c09f2455128227a30697b104fd40ae Mon Sep 17 00:00:00 2001 From: Max <> Date: Sun, 1 Mar 2026 10:21:34 +0100 Subject: [PATCH] Yet another change of the selection dialog, as suggested. --- README.md | 2 +- dockcheck.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed91942..423ff4a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/dockcheck.sh b/dockcheck.sh index 3502810..191983e 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -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