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