update: fix

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-08-31 08:52:34 +02:00
parent 12095d36e2
commit 718dc96b5b

View File

@ -159,6 +159,9 @@ FILESPATH="${HOME}/files"
while read -r M A; do
MODEL=$(echo ${M} | sed 's/d$/D/; s/rp$/RP/; s/rp+/RP+/')
getDSM "${MODEL}" "${A}"
git add .
git commit -m "${MODEL}: update $(date +%Y-%m-%d" "%H:%M:%S)"
git push
done < <(cat "${TMP_PATH}/modellist")
cp -f "${TMP_PATH}/dsmdata.yml" "${HOME}/dsmdata.yml"
# Cleanup DSM Files