Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 9cf3825

Browse files
committed
fix npm_state folder permissions
1 parent cf7d0c0 commit 9cf3825

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Providers/Modules/NPM/Plugin/plugin/in_npmd_server.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ def setup_endpoint
211211
unless File.directory?(_dirname)
212212
# This is setting up the npm_state directory
213213
FileUtils.mkdir_p(_dirname)
214+
FileUtils.chmod "0775", _dirname
214215
FileUtils.chmod "+t", _dirname
215216
end
216217
if File.exists?(@location_unix_endpoint)

0 commit comments

Comments
 (0)