OwN-3m-All пре 2 година
родитељ
комит
0c557a5e33
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ogp_agent.pl

+ 1 - 1
ogp_agent.pl

@@ -2154,7 +2154,7 @@ sub set_path_ownership
 	sudo_exec_without_decrypt($chmodCommand);
 	sudo_exec_without_decrypt($chmodCommandDir);
 	
-	$groupCommand = "find '$path' -type d | xargs chmod g+s";
+	my $groupCommand = "find '$path' -type d | xargs chmod g+s";
 	sudo_exec_without_decrypt($groupCommand);
 	
 	$groupCommand = "find '$path' -type d | xargs setfacl -d -m u::rwX,g::rwX,o::rx";