Added quotes around created tarball name

This commit is contained in:
Trey Blancher 2023-11-06 09:12:20 -05:00
parent b67e7cf990
commit 9959642366
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ if [ "$MONTH" -lt 10 ];
then
MONTH=0$MONTH
fi
tar -cvJf $YEAR-$MONTH.tar.xz $YEAR-$MONTH-*.log --remove-files
tar -cvJf "$YEAR-$MONTH.tar.xz" $YEAR-$MONTH-*.log --remove-files