From 65d4e28372065c78645369639e77cfde222c546e Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 9 May 2024 07:42:04 +0200 Subject: [PATCH] Update 0.1.7.md --- documentation/docs/changelog/0.1.7.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docs/changelog/0.1.7.md b/documentation/docs/changelog/0.1.7.md index 8aa4f406..a95c2f86 100644 --- a/documentation/docs/changelog/0.1.7.md +++ b/documentation/docs/changelog/0.1.7.md @@ -151,6 +151,7 @@ New API endpoints are available for automating various administrative tasks or i - `git` and `clamav` are now removed from the install script - Added checks for failed wget (reported by *germangc125*) - `--repair` flag will now retry all installation steps +- Port 22 is no longer disabled by default, only when flag `--no-ssh` is used. - database import is now retried multiple times if mysql is not ready ----