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 administrator for further usage

This commit is contained in:
Alexis Gavoty 2014-05-29 12:11:57 +02:00
parent 5adeab33ea
commit edc831eb38

View file

@ -13,6 +13,7 @@ if [[ ! $? -eq 0 ]]; then
echo "Wrong admin"
exit 1
fi
sudo yunohost app setting wordpress admin -v $admin_wordpress
# Check domain/path availability
sudo yunohost app checkurl $domain$path -a wordpress