From a6d6aeabda433e1a069d44c8bca462b5e6f9e447 Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 6 Jan 2022 19:37:12 +0100 Subject: [PATCH] Friendica - fix typo --- friendica/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/friendica/content.md b/friendica/content.md index 071930725..df72f372e 100644 --- a/friendica/content.md +++ b/friendica/content.md @@ -54,7 +54,7 @@ Friendica requires background tasks to fetch and send all kind of messages and m - `FRIENDICA_NO_VALIDATION` If set to `true`, the URL and E-Mail validation will be disabled. - `FRIENDICA_DATA` Set the name of the storage provider (e.g `Filesystem` to use filesystem), default ist the DB backend. - `FRIENDICA_DATA_DIR` The data directory of the Friendica server (Default: /var/www/data). -- `FRIENDICA_UPDATE` Force starting the Friendica update even it's the same version (Default: `false`). +- `FRIENDICA_UPGRADE` Force starting the Friendica update even it's the same version (Default: `false`). **Friendica Logging**