Update init-recordings-bigbluebutton.sh

This commit is contained in:
Jesus Federico
2021-02-23 14:49:08 -05:00
committed by GitHub
parent 5ec2f7ec8b
commit af4144a06e

View File

@@ -37,6 +37,10 @@ main() {
fi
}
check_root() {
if [ $EUID != 0 ]; then err "You must run this command as root."; fi
}
check_host() {
if [ ! -z "$HOST" ]; then
need_pkg dnsutils apt-transport-https net-tools