From 10af331a3b0e94f0e41653838ff8d65047256d6c Mon Sep 17 00:00:00 2001 From: abeudin Date: Tue, 10 Dec 2013 10:38:23 +0100 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 9c3f2cd..76657e3 100755 --- a/scripts/install +++ b/scripts/install @@ -91,7 +91,6 @@ else 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 service nginx reload + echo "define('FORCE_SSL_ADMIN', true);" | sudo tee -a $final_path/wp-config.php fi sudo sed -i '/yunowordpress/d' /etc/hosts - -echo "define('FORCE_SSL_ADMIN', true);" | sudo tee -a $final_path/wp-config.php