This commit is contained in:
2025-04-25 23:02:39 +02:00
parent 14143a1de3
commit 5468a935c4
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ do
dest="public/posts/$timestamp"
dest+="_$filename"
dest+=".html"
t+="{\"source\":\"$entry\",\"dest\":\"$dest\",\"time\":\"$timestamp\"},"
t+="{\"source\":\"$entry\",\"name\":\"$filename\",\"dest\":\"$dest\",\"time\":\"$timestamp\"},"
done
echo "${t%?}]"