diff --git a/scripts/install b/scripts/install index 479eda1..373f0e2 100644 --- a/scripts/install +++ b/scripts/install @@ -104,4 +104,4 @@ fi # Remove temporary entry in /etc/hosts sudo sed '/yunopiwigo/d' /etc/hosts > /tmp/hosts.tmp -sudo cp /tmp/hosts.tmp /etc/hosts ; rm -f /tmp/hosts.tmp +sudo cp /tmp/hosts.tmp /etc/hosts ; sudo rm -f /tmp/hosts.tmp