diff options
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/provision.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/provision.pl b/source4/script/provision.pl index c3c7fc13c2..e1d5278453 100755 --- a/source4/script/provision.pl +++ b/source4/script/provision.pl @@ -358,7 +358,7 @@ if (!$opt_users) { $opt_nobody || die "Unable to determine a user for 'nobody'\n"; $opt_nogroup || die "Unable to determine a group for 'nogroup'\n"; -$opt_users || die "Unable to determine a group for 'user'\n"; +$opt_users || die "Unable to determine a group for 'users'\n"; $opt_wheel || die "Unable to determine a group for 'wheel'\n"; print "Using nobody='$opt_nobody' nogroup='$opt_nogroup' wheel='$opt_wheel' users='$opt_users'\n"; |