Explorar o código

Permissions Fix for Auto Updates

own3mall hai 6 meses
pai
achega
de1d60d5f3
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      OGP/ogp_agent.pl

+ 3 - 0
OGP/ogp_agent.pl

@@ -97,6 +97,9 @@ my $no_startups	= 0;
 my $clear_startups = 0;
 our $log_std_out = 0;
 
+# Fix permissions on OGP files
+my $ownerShipAgentResults = take_ownership(AGENT_RUN_DIR);
+
 GetOptions(
 		   'no-startups'	=> \$no_startups,
 		   'clear-startups' => \$clear_startups,