Correct how the permissions are set, now that subdirectories are present.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user