switch verbose off, when installing single apps, as it's diagnostics probably look like a bug to most

This commit is contained in:
Ralf Becker 2016-05-28 13:55:08 +02:00
parent 7bb9577c6f
commit 9abc9beb0f

View File

@ -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";
} }
} }