Sending Mail now dynamically creates packet name, size and mtime

This commit is contained in:
2023-07-14 20:03:09 +10:00
parent 28101237e8
commit 7bf957df3a
5 changed files with 35 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ class ServerStart extends Command
/**
* Execute the console command.
*
* @return mixed
* @return void
* @throws \Exception
*/
public function handle()
@@ -67,10 +67,11 @@ class ServerStart extends Command
$children = collect();
Log::debug(sprintf('%s: # Servers [%d]',self::LOGKEY,$start->count()));
Log::debug(sprintf('%s:# Servers [%d]',self::LOGKEY,$start->count()));
if (! $start->count()) {
Log::alert(sprintf('%s:- No servers configured to start',self::LOGKEY));
return;
}