Compare commits

...

2 Commits

-14
View File
@@ -955,20 +955,6 @@ else
fi 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 # Root-Warning unterdrücken
export COMPOSER_ALLOW_SUPERUSER=1 export COMPOSER_ALLOW_SUPERUSER=1
export COMPOSER_ROOT_VERSION=${ROUNDCUBE_VERSION} export COMPOSER_ROOT_VERSION=${ROUNDCUBE_VERSION}