1
0
Fork 0
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:
Alexis Gavoty 2014-05-29 12:17:02 +02:00
parent edc831eb38
commit 49af4480a6

View file

@ -14,6 +14,8 @@ if [[ ! $? -eq 0 ]]; then
exit 1
fi
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
sudo yunohost app checkurl $domain$path -a wordpress