bigbluebutton-Github/build/packages-template/bbb-learning-dashboard/after-install.sh

12 lines
273 B
Bash
Raw Normal View History

2021-08-13 18:53:18 +08:00
#!/bin/bash -e
BIGBLUEBUTTON_USER=bigbluebutton
# set ownership of activity directory
chown -R $BIGBLUEBUTTON_USER:$BIGBLUEBUTTON_USER /var/bigbluebutton/learning-dashboard/
2021-08-13 18:53:18 +08:00
#
# Restart nginx to take advantage of the updates to nginx configuration
2021-08-13 18:53:18 +08:00
#
reloadService nginx