mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
10 lines
189 B
Bash
10 lines
189 B
Bash
#!/bin/sh -e
|
|
|
|
# Source debconf library.
|
|
. /usr/share/debconf/confmodule
|
|
|
|
db_input critical jitsi-meet-tokens/appid || true
|
|
db_go
|
|
|
|
db_input critical jitsi-meet-tokens/appsecret || true
|
|
db_go |