fix the find to not warn.
its LOCK_BRITNEY, not britneylock
Signed-off-by: Joerg Jaspert <joerg@debian.org>
ln -sfT ${scriptdir}/i18n/${STAMP} i18n
cd ${scriptdir}
- find ./i18n -mtime +2 -mindepth 1 -maxdepth 1 -not -name "${STAMP}" -type d -print0 | xargs --no-run-if-empty -0 rm -rf
+ find ./i18n -mindepth 1 -maxdepth 1 -mtime +2 -not -name "${STAMP}" -type d -print0 | xargs --no-run-if-empty -0 rm -rf
}
function stats() {
)
stage $GO
-rm -f ${BRITNEYLOCK}
+rm -f ${LOCK_BRITNEY}
GO=(
FUNC="aptftpcleanup"