OwN-3m-All %!s(int64=2) %!d(string=hai) anos
pai
achega
0c557a5e33
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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";