Skip to content
Snippets Groups Projects
Unverified Commit f3cf1a77 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Update deploy_to_usr_share.sh

After updating npm from 6.5.x to 7.x I have had to add `sudo` to install npm dependencies. A few lines below file ownership and permissions are corrected, so I think all should be fine. This should work well even with npm 6.x
parent 65b7616d
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ tar -xzf $UPPER_DESTINATION_DIR/bigbluebutton-html5.tar.gz -C $UPPER_DESTINATION
cd "$DESTINATION_DIR"/programs/server/ || exit
npm i --production
sudo npm i --production
echo "deployed to $DESTINATION_DIR/programs/server\n\n\n"
echo "writing $DESTINATION_DIR/mongod_start_pre.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment