mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
adjust wording
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
463a695326
commit
2b5d3de48e
1 changed files with 2 additions and 2 deletions
|
|
@ -21,6 +21,6 @@ $nextcloudContainer = $containerDefinitionFetcher->GetContainerById($id);
|
||||||
|
|
||||||
$df = disk_free_space(DataConst::GetDataDirectory());
|
$df = disk_free_space(DataConst::GetDataDirectory());
|
||||||
if ($df !== false && (int)$df < 1024 * 1024 * 1024 * 5) {
|
if ($df !== false && (int)$df < 1024 * 1024 * 1024 * 5) {
|
||||||
error_log("The drive that hosts all docker volumes has less than 5 GB free space. Container updates and backups might not succeed due to that!");
|
error_log("The drive that hosts the mastercontainer volume has less than 5 GB free space. Container updates and backups might not succeed due to that!");
|
||||||
$dockerActionManger->sendNotification($nextcloudContainer, 'Low on space!', 'The drive that hosts all docker volumes has less than 5 GB free space. Container updates and backups might not succeed due to that!');
|
$dockerActionManger->sendNotification($nextcloudContainer, 'Low on space!', 'The drive that hosts the mastercontainer volume has less than 5 GB free space. Container updates and backups might not succeed due to that!');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue