From 0a51e44b93a4afed5c4f91624abc1e3243173cc9 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 10 Feb 2026 15:27:39 +0100 Subject: [PATCH] install_amavis.sh: some minor changes.. --- install_amavis.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/install_amavis.sh b/install_amavis.sh index c46178d..65f45d0 100755 --- a/install_amavis.sh +++ b/install_amavis.sh @@ -3299,6 +3299,18 @@ if $INSTALL_CLAMAV_UNOFFICIAL_SIGS ; then if [[ "$?" -ne 0 ]] ; then installation_failed=true error "$(cat $tmp_err_msg)" + + warn "command was: + + git clone https://github.com/extremeshok/clamav-unofficial-sigs.git /tmp/clamav-unofficial-sigs" + echononl "continue anyway [yes/no]: " + read OK + OK="$(echo "$OK" | tr '[:upper:]' '[:lower:]')" + while [[ "$OK" != "yes" ]] && [[ "$OK" != "no" ]] ; do + echononl "Wrong entry! - repeat [yes/nno]: " + read OK + done + [[ $OK = "yes" ]] || fatal "Abbruch durch User" fi if ! $installation_failed ; then echo_ok