bigbluebutton-Github/bigbluebutton-html5/redo.sh
Anton Georgiev 797fc49633 TEMP
2021-12-09 20:37:05 +00:00

13 lines
141 B
Bash
Executable File

#!/bin/bash
# sudo systemctl stop bbb-html5
meteor reset
if [ -d "node_modules" ]; then
rm -r node_modules/
fi
meteor npm i
npm start