mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
[fix] Store useful values
This commit is contained in:
parent
edc831eb38
commit
49af4480a6
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ if [[ ! $? -eq 0 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
sudo yunohost app setting wordpress admin -v $admin_wordpress
|
sudo yunohost app setting wordpress admin -v $admin_wordpress
|
||||||
|
sudo yunohost app setting wordpress language -v $language
|
||||||
|
sudo yunohost app setting wordpress is_public -v $is_public
|
||||||
|
|
||||||
# Check domain/path availability
|
# Check domain/path availability
|
||||||
sudo yunohost app checkurl $domain$path -a wordpress
|
sudo yunohost app checkurl $domain$path -a wordpress
|
||||||
|
|
Loading…
Add table
Reference in a new issue