From d75aa00ff213e50bae833fa6c64eefa50d22d8ed Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Wed, 8 Jul 2015 14:50:40 -0400 Subject: [PATCH] scripts/clean.sh: fix typo. --- scripts/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clean.sh b/scripts/clean.sh index 0424c9d..b1ad9e0 100644 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -2,4 +2,4 @@ for d in /tmp /var/tmp /var/log; do find ${d} -mindepth 1 -exec rm -rf {} + -rm -rf /etc/resolv.con +rm -rf /etc/resolv.conf