mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
switch verbose off, when installing single apps, as it's diagnostics probably look like a bug to most
This commit is contained in:
parent
7bb9577c6f
commit
9abc9beb0f
@ -294,7 +294,7 @@ function do_update($arg)
|
|||||||
{
|
{
|
||||||
do_backup($arg,true);
|
do_backup($arg,true);
|
||||||
|
|
||||||
$cmd = new setup_cmd_update($domain,$user,$password,$backup,true,$app);
|
$cmd = new setup_cmd_update($domain,$user,$password,$backup,false,$app);
|
||||||
echo $cmd->run()."\n";
|
echo $cmd->run()."\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user