@@ -, +, @@ removal --- base/univention-updater/script/univention-remove | 1 - 1 file changed, 1 deletion(-) --- a/base/univention-updater/script/univention-remove +++ a/base/univention-updater/script/univention-remove @@ -47,5 +47,4 @@ eval "$(ucr shell)" echo "***** Starting \"univention-remove $*\" on $(date)" >> "$LOGFILE" set -e set -o pipefail -$update_commands_update 2>&1 | tee -a "$LOGFILE" exec $update_commands_remove_interactive "$@" 2>&1 | tee -a "$LOGFILE" --