From 396626aca0b4345452c39b7530feaed9885dfa2b Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Fri, 7 Apr 2023 20:59:27 +0000 Subject: Node: Remove unneccessary chmod command --- src/node/install.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/node/install.sh') 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!" -- cgit v1.2.3