Update download.sh

This commit is contained in:
AbdBarho 2022-10-02 09:23:15 +02:00 committed by GitHub
parent 6f5eef42a7
commit 1eac01f307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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