"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7561/debian/jitsi-meet-tokens.config" (29 Sep 2023, 189 Bytes) of package /linux/misc/jitsi-meet-7561.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Bash source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 #!/bin/sh -e
    2 
    3 # Source debconf library.
    4 . /usr/share/debconf/confmodule
    5 
    6 db_input critical jitsi-meet-tokens/appid || true
    7 db_go
    8 
    9 db_input critical jitsi-meet-tokens/appsecret || true
   10 db_go