1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wordpress_ynh.git synced 2024-09-03 20:36:10 +02:00

Update install

This commit is contained in:
abeudin 2013-12-10 10:19:41 +01:00
parent 85398d4363
commit 0d5b14fc2b

View file

@ -74,7 +74,7 @@ sudo yunohost app ssowatconf
# Wordpress installation
echo "127.0.0.1 $domain #yunowordpress" | sudo tee -a /etc/hosts
sleep 1
curl -kL -X POST --data "?step=2&weblog_title=YunoBlog&user_name=$admin_wordpress&admin_password=$db_pwd&admin_password2=$db_pwd&admin_email=$admin_wordpress@$domain&Submit=Install+WordPress" http://$domain$path/wp-admin/install.php?step=2 > /dev/null 2>&1
curl -kL -X POST --data "?step=2&weblog_title=YunoBlog&user_name=$admin_wordpress&admin_password=$db_pwd&admin_password2=$db_pwd&admin_email=$admin_wordpress@$domain&Submit=Install+WordPress" http://$domain$path/wp-admin/install.php?step=2 #> /dev/null 2>&1
sleep 5
mysql -u $db_user -p$db_pwd $db_user -e "select * from wp_options;" > /dev/null 2>&1
result=$?