Skip to content

Commit

Permalink
fix script perms
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Jun 11, 2024
1 parent a27889b commit d508488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/2024-06_bidcollect.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ sys 0m0.589s

## TODO

- spotting some weird lines in csv files, might be concurrent writes or not flushing?
- -> double-check file contents
- Website generation
- Dockerization
2 changes: 1 addition & 1 deletion scripts/bids-combine-and-upload-yesterday.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cd ..
source .env.prod

# archive and upload!
UPLOAD=1 ./scripts/bids-combine-and-upload.sh "/mnt/data/relayscan-bids/$d/"
./scripts/bids-combine-and-upload.sh "/mnt/data/relayscan-bids/$d/"

# update website
# make website

0 comments on commit d508488

Please sign in to comment.