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

(-)ca-sko.orig (-2 / +2 lines)
Lines 71-77 Link Here
71
	req="$base.csr"
72
	req="$base.csr"
72
	cert="$base.cert"
73
	cert="$base.cert"
73
74
74
	[ -f "$SSL_CERTDIR/$req" ] ||
75
	[ -f "$SSL_CSRDIR/$req" ] ||
75
		return 1
76
		return 1
76
77
77
	[ -z "$CA_VERBOSE" ] ||
78
	[ -z "$CA_VERBOSE" ] ||
Lines 93-99 Link Here
93
	req="$base.csr"
94
	req="$base.csr"
94
	cert="$base.cert"
95
	cert="$base.cert"
95
96
96
	[ -f "$SSL_CERTDIR/$req" ] ||
97
	[ -f "$SSL_CSRDIR/$req" ] ||
97
		return 1
98
		return 1
98
99
99
	ret=0
100
	ret=0

Return to bug 24450