fix: Reapply missing changes

This commit is contained in:
Carlos Solís 2025-06-08 22:52:56 +00:00
parent b91694e1cf
commit 60147fad1d

View file

@ -75,7 +75,7 @@ fi
find . -type f -iname "*.info.json" -exec ls -t {} + | while read -r xp; do
x="${xp##./}"
df=$(jq -rc '.timestamp' "${subfolder}/${x}")
touch "${subfolder}/${x}" -d "${df}"
touch "${subfolder}/${x}" -d "@${df}"
#TODO: Read the date directly
#df=$(jq -rc '.timestamp' "${subfolder}/${x}")
#if [[ "${breaktime}" =~ ^[0-9]+$ ]]; then