diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-04-07 23:59:27 +0300 |
---|---|---|
committer | Samruddhi Khandale <skhandale@microsoft.com> | 2023-04-07 23:59:27 +0300 |
commit | 396626aca0b4345452c39b7530feaed9885dfa2b (patch) | |
tree | 4795bf1630412244a7b77d01de1c299bc2bfc779 /src/node/install.sh | |
parent | 8d3e9aca9d352a3c4459e321de5d0a0b12062112 (diff) |
Node: Remove unneccessary chmod commandsamruddhikhandale/node-update
Diffstat (limited to 'src/node/install.sh')
-rwxr-xr-x | src/node/install.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/node/install.sh b/src/node/install.sh index 9048ac2..edaa8ab 100755 --- a/src/node/install.sh +++ b/src/node/install.sh @@ -221,10 +221,4 @@ fi su ${USERNAME} -c "umask 0002 && . $NVM_DIR/nvm.sh && nvm clear-cache" rm -rf /var/lib/apt/lists/* -# Ensure privs are correct for installed node versions. Unfortunately the -# way nvm installs node versions pulls privs from the tar which does not -# have group write set. We need this when the gid/uid is updated. -mkdir -p "${NVM_DIR}/versions" -chmod -R g+rw "${NVM_DIR}/versions" - echo "Done!" |