Browse Source

[fix] Store administrator for further usage

pull/1/head
Alexis Gavoty 12 years ago
parent
commit
edc831eb38
  1. 1
      scripts/install

1
scripts/install

@ -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

Loading…
Cancel
Save