From b52c9215f6238238bd9afc1e5bcfdb6acce63c60 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 15 Aug 2021 21:03:59 +0200 Subject: [PATCH] AutomaticInstallation - Fix last example --- src/Console/AutomaticInstallation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/AutomaticInstallation.php b/src/Console/AutomaticInstallation.php index 72128c1270..5d608b00d5 100644 --- a/src/Console/AutomaticInstallation.php +++ b/src/Console/AutomaticInstallation.php @@ -93,7 +93,7 @@ Examples bin/console autoinstall --savedb Installs Friendica with environment variables and saves them to the 'config/local.config.php' file - bin/console autoinstall -h localhost -p 3365 -U user -P passwort1234 -d friendica + bin/console autoinstall -H localhost -p 3365 -u user -P passwort1234 -d friendica -U https://friendica.fqdn Installs Friendica with a local mysql database with credentials HELP; }