bigbluebutton-Github/build/packages-template/bbb-activity-report/after-install.sh
2021-08-13 12:53:18 +02:00

12 lines
275 B
Bash
Executable File

#!/bin/bash -e
BIGBLUEBUTTON_USER=bigbluebutton
# set ownership of activity directory
chown -R $BIGBLUEBUTTON_USER:$BIGBLUEBUTTON_USER /var/bigbluebutton/activity-report/
#
# Restart nginx to take advantage of the updates to /etc/bigbluebutton/nginx
#
reloadService nginx