mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add message and retry header when doing site code updates
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2019-09-04 DariusIII
|
||||
* Chg: Add message and retry header when doing site code updates
|
||||
* Chg: Update tinyMCE to latest version
|
||||
* Chg: Update used libraries to their latest versions
|
||||
2019-09-03 DariusIII
|
||||
|
||||
@@ -91,7 +91,7 @@ class UpdateNNTmux extends Command
|
||||
private function appDown(): bool
|
||||
{
|
||||
if (App::isDownForMaintenance() === false) {
|
||||
$this->call('down');
|
||||
$this->call('down',['--message' => 'Doing site backend and frontend updates, we will be back shortly', '--retry' => 120]);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user