Procházet zdrojové kódy

Permissions Fix for Auto Updates

own3mall před 6 měsíci
rodič
revize
de1d60d5f3
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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,