Extend __coturn to devuan and ubuntu

This commit is contained in:
fnux 2020-05-15 12:18:37 +02:00
parent 6a41a572bf
commit 962ccb3d6e
1 changed files with 1 additions and 1 deletions

View File

@ -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'
;; ;;