mirror of
https://github.com/AuxXxilium/arc-dsm.git
synced 2024-11-23 23:40:54 +07:00
update: fix
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
12095d36e2
commit
718dc96b5b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user