|
|
|
|
29
|
. /usr/share/debconf/confmodule
|
29
|
. /usr/share/debconf/confmodule
|
30
|
|
30
|
|
31
|
# detect dpkg-reconfigure, just delete old links
|
31
|
# detect dpkg-reconfigure, just delete old links
|
32
|
- db_get jitsi-meet/jvb-hostname
|
|
|
|
|
32
|
+ db_get jitsi-meet-prosody/jvb-hostname
|
33
|
JVB_HOSTNAME_OLD=$RET
|
33
|
JVB_HOSTNAME_OLD=$RET
|
34
|
if [ -n "$RET" ] && [ ! "$JVB_HOSTNAME_OLD" = "$JVB_HOSTNAME" ] ; then
|
34
|
if [ -n "$RET" ] && [ ! "$JVB_HOSTNAME_OLD" = "$JVB_HOSTNAME" ] ; then
|
35
|
rm -f /etc/prosody/conf.d/$JVB_HOSTNAME_OLD.cfg.lua
|
35
|
rm -f /etc/prosody/conf.d/$JVB_HOSTNAME_OLD.cfg.lua
|