Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d288c6705 | |||
| a96c92524e |
@@ -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