From e6b7ded29dad0dd4e3b4f9a5fc4267c1fbd71aff Mon Sep 17 00:00:00 2001 From: aymhce Date: Sun, 28 Dec 2014 22:36:35 +0100 Subject: [PATCH] Update install oups little correction --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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