diff --git a/rhtas/tuf-repo-init.sh b/rhtas/tuf-repo-init.sh index 0c4dae6d..09624877 100755 --- a/rhtas/tuf-repo-init.sh +++ b/rhtas/tuf-repo-init.sh @@ -313,6 +313,11 @@ for file in "${files_to_delete[@]}"; do rm -- "$file" done +echo "Setting 644 permissions on public repository files ..." +find "${OUTDIR}" -type f -exec chmod 644 {} + + +#Test +ls -Rla "${OUTDIR}" echo "Copying the TUF repository to final location ${TUF_REPO_PATH} ..." # TODO: fix this based on changes in layout of tuftool output