--- loncom/build/make_domain_coordinator.pl 2011/03/28 21:13:41 1.18 +++ loncom/build/make_domain_coordinator.pl 2011/04/27 20:42:58 1.19 @@ -11,7 +11,7 @@ make_domain_coordinator.pl - Make a doma # The LearningOnline Network # make_domain_coordinator.pl - Make a domain coordinator on a system # -# $Id: make_domain_coordinator.pl,v 1.18 2011/03/28 21:13:41 raeburn Exp $ +# $Id: make_domain_coordinator.pl,v 1.19 2011/04/27 20:42:58 raeburn Exp $ # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). # @@ -166,7 +166,7 @@ if (-d "/home/$username") { $is_user = 1; } -if (is_user) { +if ($is_user) { print(&mt('**** ERROR **** [_1] is already a linux operating system user.', $username)."\n\n". &mt('This script will only automatically generate new users.')."\n".