OwN-3m-All 2 лет назад
Родитель
Сommit
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";