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

(-)96univention-samba4.inst (-1 / +2 lines)
 Lines 888-894    Link Here 
888
	if [ $? -eq 0 ] \
888
	if [ $? -eq 0 ] \
889
		|| [ -z "$samba4servicedcs" ] \
889
		|| [ -z "$samba4servicedcs" ] \
890
		|| [ -z "$s4connector_dc" ] \
890
		|| [ -z "$s4connector_dc" ] \
891
		|| [ "$s4connector_dc" = "$hostname" ]; then
891
		|| [ "$s4connector_dc" = "$hostname" ] \
892
		&& ! is_ucr_true samba4/provision/secondary; then
892
893
893
		if [ $JS_LAST_EXECUTED_VERSION -lt 1 ]; then
894
		if [ $JS_LAST_EXECUTED_VERSION -lt 1 ]; then
894
			if ! skip_reprovision; then
895
			if ! skip_reprovision; then

Return to bug 44885