Fix chmod on non-existing dir (#113)

closes #112
This commit is contained in:
AbdBarho
2022-10-02 09:25:31 +02:00
committed by GitHub
parent 6f5eef42a7
commit 79868d88e8

View File

@ -20,4 +20,5 @@ echo "Checking SHAs..."
parallel --will-cite -a /docker/checksums.sha256 "echo -n {} | sha256sum -c"
# fix potential permissions
chmod -R 777 /data /output
# TODO: need something better than this:
# chmod -R 777 /data /output