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

8 lines
146 B
Bash
Executable File

#!/bin/bash -e
if [ "$1" = "remove" ]; then
rm -fr /var/bigbluebutton/activity-report
rm -f /etc/bigbluebutton/nginx/activity-report.nginx
fi