From 476ca5471113d994df174269af39c8d251addf46 Mon Sep 17 00:00:00 2001 From: emrah Date: Fri, 4 Sep 2020 16:01:40 +0300 Subject: [PATCH] fix: keep plugin_paths while removing jitsi-meet-tokens (#7632) --- debian/jitsi-meet-tokens.postrm | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/jitsi-meet-tokens.postrm b/debian/jitsi-meet-tokens.postrm index 84a29a5e3..bcc9d553b 100644 --- a/debian/jitsi-meet-tokens.postrm +++ b/debian/jitsi-meet-tokens.postrm @@ -37,7 +37,6 @@ case "$1" in APP_SECRET=$RET # Revert prosody config - sed -i 's/plugin_paths/--plugin_paths/g' $PROSODY_HOST_CONFIG sed -i 's/authentication = "token"/authentication = "anonymous"/g' $PROSODY_HOST_CONFIG sed -i "s/ app_id=\"$APP_ID\"/ --app_id=\"example_app_id\"/g" $PROSODY_HOST_CONFIG sed -i "s/ app_secret=\"$APP_SECRET\"/ --app_secret=\"example_app_secret\"/g" $PROSODY_HOST_CONFIG