diff --git a/type/__jitsi_meet_domain/files/_update_jitsi_configurations.sh b/type/__jitsi_meet_domain/files/_update_jitsi_configurations.sh index 12c405b..0d9f53a 100755 --- a/type/__jitsi_meet_domain/files/_update_jitsi_configurations.sh +++ b/type/__jitsi_meet_domain/files/_update_jitsi_configurations.sh @@ -32,4 +32,4 @@ download_file doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example prosody. # Change the version file, maintainers should check that it matches # the deb version -printf "2.0.${BRANCH#*_}-1" > jitsi-version +printf "2.0.%s-1" "${BRANCH#*_}" > jitsi-version diff --git a/type/__jitsi_meet_domain/files/config.js.sh b/type/__jitsi_meet_domain/files/config.js.sh index 0eca916..6836dd1 100644 --- a/type/__jitsi_meet_domain/files/config.js.sh +++ b/type/__jitsi_meet_domain/files/config.js.sh @@ -1028,9 +1028,9 @@ ${ANALYTICS_SETTINGS} // Endpoint that enables support for salesforce integration with in-meeting resource linking // This is required for: // listing the most recent records - salesforceUrl/records/recents - // searching records - salesforceUrl/records?text=${text} - // retrieving record details - salesforceUrl/records/${id}?type=${type} - // and linking the meeting - salesforceUrl/sessions/${sessionId}/records/${id} + // searching records - salesforceUrl/records?text=\${text} + // retrieving record details - salesforceUrl/records/\${id}?type=\${type} + // and linking the meeting - salesforceUrl/sessions/\${sessionId}/records/\${id} // // salesforceUrl: 'https://api.example.com/',