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}