|
From: <sco...@us...> - 2013-02-01 21:04:51
|
Revision: 25281
http://gmod.svn.sourceforge.net/gmod/?rev=25281&view=rev
Author: scottcain
Date: 2013-02-01 21:04:39 +0000 (Fri, 01 Feb 2013)
Log Message:
-----------
adding back the check to keep the script from running if the owner specifically requests it not run with userdata NoCallHome:1
Modified Paths:
--------------
schema/trunk/chado/bin/GMODCallHome.pl
Modified: schema/trunk/chado/bin/GMODCallHome.pl
===================================================================
--- schema/trunk/chado/bin/GMODCallHome.pl 2013-02-01 20:07:28 UTC (rev 25280)
+++ schema/trunk/chado/bin/GMODCallHome.pl 2013-02-01 21:04:39 UTC (rev 25281)
@@ -18,7 +18,7 @@
exit 0 if (-f "$Bin/gitc_lock");
#check if user specifically doesn't want to call home
-#exit 0 if ($userdata{'NoCallHome'});
+exit 0 if ($userdata{'NoCallHome'});
my $ipaddress = $instance->publicIpv4;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|