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