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:38:23 +01:00
parent 31ae5a45b0
commit 10af331a3b

View file

@ -91,7 +91,6 @@ else
mysql -u $db_user -p$db_pwd $db_user < ../conf/public.sql mysql -u $db_user -p$db_pwd $db_user < ../conf/public.sql
sudo cp ../conf/nginx.conf-public /etc/nginx/conf.d/$domain.d/wordpress.conf sudo cp ../conf/nginx.conf-public /etc/nginx/conf.d/$domain.d/wordpress.conf
sudo service nginx reload sudo service nginx reload
echo "define('FORCE_SSL_ADMIN', true);" | sudo tee -a $final_path/wp-config.php
fi fi
sudo sed -i '/yunowordpress/d' /etc/hosts sudo sed -i '/yunowordpress/d' /etc/hosts
echo "define('FORCE_SSL_ADMIN', true);" | sudo tee -a $final_path/wp-config.php