Browse Source

fix: keep plugin_paths while removing jitsi-meet-tokens (#7632)

j8
emrah 5 years ago
parent
commit
476ca54711
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      debian/jitsi-meet-tokens.postrm

+ 0
- 1
debian/jitsi-meet-tokens.postrm View File

37
             APP_SECRET=$RET
37
             APP_SECRET=$RET
38
 
38
 
39
             # Revert prosody config
39
             # Revert prosody config
40
-            sed -i 's/plugin_paths/--plugin_paths/g' $PROSODY_HOST_CONFIG
41
             sed -i 's/authentication = "token"/authentication = "anonymous"/g' $PROSODY_HOST_CONFIG
40
             sed -i 's/authentication = "token"/authentication = "anonymous"/g' $PROSODY_HOST_CONFIG
42
             sed -i "s/ app_id=\"$APP_ID\"/ --app_id=\"example_app_id\"/g" $PROSODY_HOST_CONFIG
41
             sed -i "s/ app_id=\"$APP_ID\"/ --app_id=\"example_app_id\"/g" $PROSODY_HOST_CONFIG
43
             sed -i "s/ app_secret=\"$APP_SECRET\"/ --app_secret=\"example_app_secret\"/g" $PROSODY_HOST_CONFIG
42
             sed -i "s/ app_secret=\"$APP_SECRET\"/ --app_secret=\"example_app_secret\"/g" $PROSODY_HOST_CONFIG

Loading…
Cancel
Save