blob: 789ed9db5e243b29eb4b5773dac5178f26fb2c07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_upgrade() {
cat << __EOF__
*** Warning: ***
In order to uniformize all jitsi-meet package, we have changes the config directory from "/etc/jitsi/videobridge" to "/etc/jitsi-videobridge".
Please compare your old config with the new one and apply the changes. Do not blindy copy your old config!
__EOF__
}
|