mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 14:40:34 +02:00
switch verbose off, when installing single apps, as it's diagnostics probably look like a bug to most
This commit is contained in:
@ -294,7 +294,7 @@ function do_update($arg)
|
||||
{
|
||||
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";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user