mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2026-02-05 07:40:55 +01:00
Update init-recordings-bigbluebutton.sh
This commit is contained in:
@@ -37,6 +37,10 @@ main() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check_root() {
|
||||||
|
if [ $EUID != 0 ]; then err "You must run this command as root."; fi
|
||||||
|
}
|
||||||
|
|
||||||
check_host() {
|
check_host() {
|
||||||
if [ ! -z "$HOST" ]; then
|
if [ ! -z "$HOST" ]; then
|
||||||
need_pkg dnsutils apt-transport-https net-tools
|
need_pkg dnsutils apt-transport-https net-tools
|
||||||
|
|||||||
Reference in New Issue
Block a user