--- loncom/build/add_domain_coordinator_privilege.pl 2011/03/28 21:15:25 1.6 +++ loncom/build/add_domain_coordinator_privilege.pl 2011/05/29 17:54:21 1.7 @@ -14,7 +14,7 @@ exisiting user on a LON-CAPA system. # add_domain_coordinator_privilege.pl - Add domain coordinator to an # exisiting user on a LON-CAPA system. # -# $Id: add_domain_coordinator_privilege.pl,v 1.6 2011/03/28 21:15:25 raeburn Exp $ +# $Id: add_domain_coordinator_privilege.pl,v 1.7 2011/05/29 17:54:21 raeburn Exp $ # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). # @@ -233,7 +233,6 @@ $domrolesref->{$domkey}= &LONCAPA::escap system('/bin/chown',"www:www","$dompath/nohist_domainroles.db"); # Must be writeable by httpd process. system('/bin/chown',"www:www","$dompath/nohist_domainroles.db.lock"); -exit; =pod @@ -247,4 +246,5 @@ by going to http://MACHINENAME/adm/creat # Output success message, and inform sysadmin about how to further proceed. print(&mt('[_1] is now a domain coordinator for [_2].',$username,$add_domain). "\n"); +exit;