mirror of
https://github.com/opnsense/tools.git
synced 2026-06-08 16:26:22 -04:00
scripts: typo
This commit is contained in:
parent
c792444bb9
commit
19d59f2d41
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue