Fixed JMS Menu

This commit is contained in:
2020-10-23 10:27:49 +02:00
parent f1e16521d8
commit baf13c049c
2 changed files with 10 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ debconf-set-selections <<< "jitsi-meet-web-config jitsi-meet/cert-choice select
# Package list for Scalable
if [ "$jitsipack" = "sc" ] ; then
jvbsec=${cat /dev/urandom | tr -dc 'a-zA-Z0-9' | head -c 16}
jvbsec=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | head -c 16)
debconf-set-selections <<< "jitsi-meet-prosody jitsi-videobridge/jvbsecret password $jvbsec"
echo "jitsi-meet-web jitsi-meet-web-config jitsi-meet-prosody jicofo jitsi-meet-turnserver prosody" >> /tmp/pkg.list
fi