fix: delete the contents of M4B properly

This commit is contained in:
Paul Campbell 2024-12-26 08:47:04 +00:00
parent 7d2fe6462f
commit e5fee6517d

View file

@ -133,7 +133,7 @@ archive:
exit 1
fi
cd M4B && cp -v -R * "${AUDIOBOOK_ARCHIVE}"
just _clean M4B/*
just _clean M4B
else
echo "ERROR: No archive specified or no M4B directory"
exit 1