diff --git a/debian/jitsi-meet-prosody.postinst b/debian/jitsi-meet-prosody.postinst index 84c1916613..aabd71b983 100644 --- a/debian/jitsi-meet-prosody.postinst +++ b/debian/jitsi-meet-prosody.postinst @@ -29,7 +29,7 @@ case "$1" in . /usr/share/debconf/confmodule # detect dpkg-reconfigure, just delete old links - db_get jitsi-meet/jvb-hostname + db_get jitsi-meet-prosody/jvb-hostname JVB_HOSTNAME_OLD=$RET if [ -n "$RET" ] && [ ! "$JVB_HOSTNAME_OLD" = "$JVB_HOSTNAME" ] ; then rm -f /etc/prosody/conf.d/$JVB_HOSTNAME_OLD.cfg.lua