From fe113522d3188ead9f28803837abd67213fe961a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 6 Sep 2022 21:15:53 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 55f9189..b976518 100644 --- a/scripts/install +++ b/scripts/install @@ -41,7 +41,7 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url if [ "$path_url" == "/" ] && [ $multisite -eq 1 ]; then - ynh_die --message="Multisite option of wordpress doesn't work at the root of a domain." + ynh_die --message="Multisite option of WordPress doesn't work at the root of a domain." fi #=================================================