Univention Bugzilla – Attachment #9827: 1.patch for
bug #41262
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 41262
| Differences between
2.patch
and this patch
Collapse All
|
Expand All
(-)
a/management/univention-directory-notifier/univention-replicate-many (-1 / +1 lines)
Lines 54-60 fi
Link Here
54
54
55
dnfile="$1"
55
dnfile="$1"
56
56
57
if [ -n "$dnfile" ]; then
57
if [ -z "$dnfile" ]; then
58
usage >&2
58
usage >&2
59
exit 1
59
exit 1
60
fi
60
fi
Return to
bug 41262