dsm: update

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2023-07-05 17:13:17 +02:00
parent 6d5affa482
commit a347604167

View File

@ -120,4 +120,5 @@ while read MODEL; do
getDSM
done < <(find "${CONFIGS}" -maxdepth 1 -name \*.yml | sort)
rm -rf "${CACHE_PATH}/dl"
rm -rf "${CACHE_PATH}/dl"
rm -rf "${CONFIGS}"