scripts: typo

This commit is contained in:
Franco Fichtner 2017-08-14 17:11:22 +02:00
parent c792444bb9
commit 19d59f2d41

View file

@ -7,7 +7,7 @@ LOGSDIR="/tmp/logs"
for DIR in $(find ${LOGSDIR} -type d -depth 1); do
DIR=$(basename ${DIR})
tar -C ${LOGSDIR} -xzf ${DIR}.tgz ${DIR}
tar -C ${LOGSDIR} -xzf ${DIR}.tgz ${DIR}
rm -r ${LOGSDIR}/${DIR}
done