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:
parent
5adeab33ea
commit
edc831eb38
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ if [[ ! $? -eq 0 ]]; then
|
||||||
echo "Wrong admin"
|
echo "Wrong admin"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
sudo yunohost app setting wordpress admin -v $admin_wordpress
|
||||||
|
|
||||||
# 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