Browse Source

Update install

pull/10/head
Développeur égaré 10 years ago
committed by GitHub
parent
commit
4bdbd35e7f
  1. 4
      scripts/install

4
scripts/install

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

Loading…
Cancel
Save