mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 22:32:10 +01:00
Update init-recordings-bigbluebutton.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user