scripts/clean.sh: fix typo again

This commit is contained in:
Anthony G. Basile 2015-07-08 21:24:30 -04:00
parent d75aa00ff2
commit fdd8759e62
1 changed files with 1 additions and 0 deletions

View File

@ -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