From a96c92524ea89d6af1156b7e2d6945d02d0d9413 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 4 Jul 2026 00:34:31 +0200 Subject: [PATCH] upgrade_roundcube.sh: the script is no longer paused as usual (for example, to disable plugins). --- upgrade_roundcube.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/upgrade_roundcube.sh b/upgrade_roundcube.sh index 56453fc..31b579c 100755 --- a/upgrade_roundcube.sh +++ b/upgrade_roundcube.sh @@ -955,20 +955,6 @@ else fi -echo "" -echo "" -echo "You might want to deactivate some plugins in the configuration file, e.g. the plugin 'carddav'.." -echo "" - -echononl "continue [yes/no]: " -read OK -OK="$(echo "$OK" | tr '[:upper:]' '[:lower:]')" -while [[ "$OK" != "yes" ]] && [[ "$OK" != "no" ]] ; do - echononl "Wrong entry! - repeat [yes/no]: " - read OK -done -[[ $OK = "yes" ]] || fatal "Abbruch durch User" - # Root-Warning unterdrücken export COMPOSER_ALLOW_SUPERUSER=1 export COMPOSER_ROOT_VERSION=${ROUNDCUBE_VERSION}