@@ -169,6 +169,9 @@ |
||
169 | 169 | self::runCommand($event, 'chmod +a "$USER allow delete,write,append,file_inherit,directory_inherit" %path%', $path); |
170 | 170 | } |
171 | 171 | |
172 | + /** |
|
173 | + * @param string $command |
|
174 | + */ |
|
172 | 175 | public static function runCommand(Event $event, $command, $path) { |
173 | 176 | return self::runProcess($event, str_replace(['%httpduser%', '%path%'], [self::getHttpdUser($event), $path], $command)); |
174 | 177 | } |