mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
#591 - backups
This commit is contained in:
@ -149,7 +149,7 @@ public function getContent(?int $lines = null): ?string
|
||||
return $content ?? 'Empty log file!';
|
||||
}
|
||||
|
||||
return "Log file doesn't exist!";
|
||||
return "Log file doesn't exist or is empty!";
|
||||
}
|
||||
|
||||
public static function log(Server $server, string $type, string $content, ?Site $site = null): ServerLog
|
||||
|
Reference in New Issue
Block a user