Extend __coturn to devuan and ubuntu
This commit is contained in:
parent
6a41a572bf
commit
962ccb3d6e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
os=$(cat "$__global/explorer/os")
|
os=$(cat "$__global/explorer/os")
|
||||||
|
|
||||||
case "$os" in
|
case "$os" in
|
||||||
debian)
|
debian|devuan|ubuntu)
|
||||||
__package coturn
|
__package coturn
|
||||||
coturn_config='/etc/turnserver.conf'
|
coturn_config='/etc/turnserver.conf'
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue