mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
display rsync progress
This commit is contained in:
parent
5c39fe197c
commit
39a42c23cb
@ -142,7 +142,7 @@ function do_release()
|
|||||||
$target = strtr($target,$translate);
|
$target = strtr($target,$translate);
|
||||||
}
|
}
|
||||||
$cmd = $config['rsync'].' '.$config['sourcedir'].'/*'.$config['version'].'.'.$config['packaging'].'* '.$target;
|
$cmd = $config['rsync'].' '.$config['sourcedir'].'/*'.$config['version'].'.'.$config['packaging'].'* '.$target;
|
||||||
run_cmd($cmd);
|
passthru($cmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user