Browse Source

Merge 4bdbd35e7f into 8ce3319e62

pull/10/merge
Développeur égaré 10 years ago
committed by GitHub
parent
commit
52461c60a8
  1. 3
      scripts/install

3
scripts/install

@ -180,7 +180,8 @@ then
fi
# Clean hosts
sudo sed -i '/#wordpress_yunohost/d' /etc/hosts
sudo sed '/#wordpress_yunohost/d' /etc/hosts > /tmp/hosts.tmp
sudo cp -a /tmp/hosts.tmp /etc/hosts && rm /tmp/hosts.tmp
sudo service nginx reload

Loading…
Cancel
Save