upgrade_roundcube.sh: the script is no longer paused as usual (for example, to disable plugins).
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user