Correct how the permissions are set, now that subdirectories are present.

This commit is contained in:
Andrew Wood
2024-12-07 16:20:48 +00:00
parent 7f8aa3f985
commit 0e9534c10e
+2 -1
View File
@@ -123,7 +123,8 @@ for buildHost in ${packagingHosts}; do
ssh "${buildHost}" "rm -rf \"${remoteWorkDir}\""
done
chmod 644 "RELEASE-${versionInNews}/"*
find "RELEASE-${versionInNews}/" -type f -exec chmod 644 '{}' ';'
find "RELEASE-${versionInNews}/" -type d -exec chmod 755 '{}' ';'
cat <<EOF