Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit d6e4db9

Browse files
authored
Update install.sh
1 parent 0428515 commit d6e4db9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ sudo usermod -a -G shadow azureuser
144144
#Do this next line or we'll not be able to connect to port 443
145145
#Details at https://github.com/jupyterhub/jupyterhub/issues/774
146146
sudo setcap 'cap_net_bind_service=+ep' `which nodejs`
147+
sudo setcap 'cap_net_bind_service=+ep' `which node`
147148

148149
#Enable the jupyterhub service so it starts at boot
149150
sudo systemctl enable jupyterhub

0 commit comments

Comments
 (0)