Browse Source

Update upgrade

pull/1/head
abeudin 12 years ago
parent
commit
e43a82c524
  1. 2
      scripts/upgrade

2
scripts/upgrade

@ -56,6 +56,8 @@ then
if [[ ! $? -eq 0 ]];
then
echo "define('FORCE_SSL_ADMIN', true);" | sudo tee -a $final_path/wp-config.php
else
sudo sed -i "s@//define('FORCE_SSL_ADMIN@define('FORCE_SSL_ADMIN@g" $final_path/wp-config.php
fi
else
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/wordpress.conf

Loading…
Cancel
Save