Преглед изворни кода

Permissions Fix for Auto Updates

own3mall пре 6 месеци
родитељ
комит
de1d60d5f3
1 измењених фајлова са 3 додато и 0 уклоњено
  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,