mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Update install
This commit is contained in:
parent
4f6cafc4c7
commit
fe113522d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue