bigbluebutton-Github/build/packages-template/bbb-playback-notes/before-install.sh
2021-08-13 12:53:18 +02:00

9 lines
280 B
Bash
Executable File

#!/bin/bash -e
if [ -f /usr/local/bigbluebutton/core/scripts/notes.yml.orig ]; then
create_keep_file /usr/local/bigbluebutton/core/scripts/notes.yml
elif [ -f /usr/local/bigbluebutton/core/scripts/notes.yml ]; then
cp /usr/local/bigbluebutton/core/scripts/notes.yml /tmp
fi