|
@@ -37,7 +37,6 @@ case "$1" in
|
37
|
37
|
APP_SECRET=$RET
|
38
|
38
|
|
39
|
39
|
# Revert prosody config
|
40
|
|
- sed -i 's/plugin_paths/--plugin_paths/g' $PROSODY_HOST_CONFIG
|
41
|
40
|
sed -i 's/authentication = "token"/authentication = "anonymous"/g' $PROSODY_HOST_CONFIG
|
42
|
41
|
sed -i "s/ app_id=\"$APP_ID\"/ --app_id=\"example_app_id\"/g" $PROSODY_HOST_CONFIG
|
43
|
42
|
sed -i "s/ app_secret=\"$APP_SECRET\"/ --app_secret=\"example_app_secret\"/g" $PROSODY_HOST_CONFIG
|