diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-07-08 21:25:44 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-07-08 21:25:44 -0400 |
commit | ce3cad612aba458e8915d79fc7a05973a98c6424 (patch) | |
tree | 01581c6f899f191b81a1727ac14681c319a2aecd /scripts | |
parent | scripts/clean.sh: migrate cleaning to chroot script. (diff) | |
download | grs-ce3cad612aba458e8915d79fc7a05973a98c6424.tar.gz grs-ce3cad612aba458e8915d79fc7a05973a98c6424.tar.bz2 grs-ce3cad612aba458e8915d79fc7a05973a98c6424.zip |
scripts/clean.sh: fix typo again
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/clean.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |