From d8f227344ce3d8f7db78d6702f5c9d95d62db03e Mon Sep 17 00:00:00 2001 From: veclav talica Date: Fri, 26 May 2023 00:00:38 +0500 Subject: [PATCH] fix article data uploads --- upload.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/upload.sh b/upload.sh index 58d5028..e6cd5db 100755 --- a/upload.sh +++ b/upload.sh @@ -1,6 +1,8 @@ #!/usr/bin/bash -for cur in ./html/{*,**/*}; do +# todo: Create local cache containing file timestamps that were previously uploaded. + +for cur in ./html/{*,*/*,*/*/*}; do if [[ "$cur" == *"/tracks/"* ]]; then continue fi