rcube::raise_error("Failed to execute command: $command", false, true);
}
}
foreach (array('index.php','.htaccess','config/defaults.inc.php','composer.json-dist','jsdeps.json','CHANGELOG','README.md','UPGRADING','LICENSE','INSTALL') as $file){
$command="rsync -a --out-format \"%n\" " . INSTALL_PATH . "$file$target_dir/$file";
$command="rsync -a --out-format=%n " . INSTALL_PATH . "$file$target_dir/$file";