mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Pas de test root en multisite
This commit is contained in:
parent
c876acdeb0
commit
671ef2c661
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
is_public="Yes" (PUBLIC|public=Yes|private=No)
|
||||
; Checks
|
||||
setup_sub_dir=1
|
||||
setup_root=1
|
||||
setup_root=0
|
||||
setup_nourl=0
|
||||
setup_private=1
|
||||
setup_public=1
|
||||
|
|
|
@ -34,7 +34,7 @@ CHECK_DOMAINPATH # Vérifie la disponibilité du path et du domaine.
|
|||
CHECK_FINALPATH # Vérifie que le dossier de destination n'est pas déjà utilisé.
|
||||
|
||||
if [ "$path" == "/" ] && [ "$multisite" = "Yes" ]; then
|
||||
echo "Multisite option of wordpress doesn't work at root of domain."
|
||||
echo "Multisite option of wordpress doesn't work at root of domain." >&2
|
||||
false
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue