1
0
Fork 0
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:
Éric Gaspar 2022-09-06 21:15:53 +02:00
parent 4f6cafc4c7
commit fe113522d3
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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 ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
if [ "$path_url" == "/" ] && [ $multisite -eq 1 ]; then 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 fi
#================================================= #=================================================