Skip to content

Commit ebfbcc0

Browse files
authored
fix: remove duplicate HOME export.
1 parent 3998868 commit ebfbcc0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gce/startup-script.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ curl https://nodejs.org/dist/v22.14.0/node-v22.14.0-linux-x64.tar.xz | tar xvfJ
4343
ln -s /opt/nodejs/bin/node /usr/bin/node
4444
ln -s /opt/nodejs/bin/npm /usr/bin/npm
4545

46-
export HOME=/root
47-
4846
# Install app dependencies
4947
cd /opt/app/gce
5048
npm install

0 commit comments

Comments
 (0)