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

9 lines
288 B
Bash
Executable File

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