dumbass typo schnypo!

This commit is contained in:
2017-01-03 11:52:14 +01:00
parent 666e8bafc2
commit 4b233adfdb

View File

@@ -66,7 +66,7 @@ send_mail () {
archive () { archive () {
Y=$(date +%Y) Y=$(date +%Y)
[[ -d ${SRCDIR}/${Y} ]] || mkdir -p ${SRCDIR}/${y} [[ -d ${SRCDIR}/${Y} ]] || mkdir -p ${SRCDIR}/${Y}
mv ${SRCDIR}/${FILE} ${SRCDIR}/${Y} mv ${SRCDIR}/${FILE} ${SRCDIR}/${Y}
rm -v /tmp/${FILE}* rm -v /tmp/${FILE}*
} }