mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Ajout multisite dans le settings.yml
This commit is contained in:
parent
770cde5d13
commit
ab42351417
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ fi
|
|||
sudo yunohost app setting wordpressms admin -v $admin_wordpress
|
||||
sudo yunohost app setting wordpressms language -v $language
|
||||
sudo yunohost app setting wordpressms is_public -v $is_public
|
||||
sudo yunohost app setting wordpressms multisite -v $multisite
|
||||
|
||||
|
||||
# Check domain/path availability
|
||||
sudo yunohost app checkurl $domain$path -a wordpressms
|
||||
|
|
Loading…
Add table
Reference in a new issue