scripts/clean.sh: fix typo.

This commit is contained in:
Anthony G. Basile 2015-07-08 14:50:40 -04:00
parent ace87bdaff
commit d75aa00ff2
1 changed files with 1 additions and 1 deletions

View File

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