bigbluebutton-Github/bigbluebutton-html5/redo.sh

13 lines
141 B
Bash
Raw Normal View History

2021-12-10 04:37:05 +08:00
#!/bin/bash
# sudo systemctl stop bbb-html5
meteor reset
if [ -d "node_modules" ]; then
rm -r node_modules/
fi
meteor npm i
npm start