View | Details | Raw Unified | Return to bug 48019
Collapse All | Expand All

(-)a/base/univention-updater/script/univention-remove (-2 lines)
 Lines 47-51   eval "$(ucr shell)" Link Here 
47
echo "***** Starting \"univention-remove $*\" on $(date)" >> "$LOGFILE"
47
echo "***** Starting \"univention-remove $*\" on $(date)" >> "$LOGFILE"
48
set -e
48
set -e
49
set -o pipefail
49
set -o pipefail
50
$update_commands_update 2>&1 | tee -a "$LOGFILE"
51
exec $update_commands_remove_interactive "$@" 2>&1 | tee -a "$LOGFILE"
50
exec $update_commands_remove_interactive "$@" 2>&1 | tee -a "$LOGFILE"
52
- 

Return to bug 48019