10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
|
#!/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
|