This commit is contained in:
2025-06-14 10:11:44 +07:00
parent b2475712c2
commit da96c6f57e
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
install:
sudo cp fix_gto.sh /usr/local/bin/
+2 -2
View File
@@ -7,9 +7,9 @@ while read -r json_file; do
filename="$dirname/$filename"
if [[ -e "$filename" ]]; then
touch_string=$(date -d "@$picture_ts" +%Y%m%d%H%M)
ls -la "$filename"
#ls -la "$filename"
touch -m -t "$touch_string" "$filename"
ls -la "$filename"
#ls -la "$filename"
else
>&2 echo "Cannot find $filename referenced by $json_file"
fi