From 8158b501cc3fb0847e68b93a0c1342bdb72e523c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 18 Jun 2022 17:12:49 +0200 Subject: [PATCH] Remove not needed arguments --- conf/jitsi-jicofo.service | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/jitsi-jicofo.service b/conf/jitsi-jicofo.service index a813643..ab64bd9 100644 --- a/conf/jitsi-jicofo.service +++ b/conf/jitsi-jicofo.service @@ -7,7 +7,7 @@ EnvironmentFile=/etc/__APP__/jicofo/config Environment=LOGFILE=/var/log/__APP__/jitsi-jicofo.log User=__APP__ WorkingDirectory=__FINALPATH__/jitsi-jicofo/ -ExecStart=/bin/bash -c "exec __FINALPATH__/jitsi-jicofo/jicofo.sh --host=${JICOFO_HOST} --domain=${JICOFO_HOSTNAME} --port=${JICOFO_PORT} --secret=${JICOFO_SECRET} --user_name=${JICOFO_AUTH_USER} --user_domain=${JICOFO_AUTH_DOMAIN} --user_password=${JICOFO_AUTH_PASSWORD} ${JICOFO_OPTS} < /dev/null >> ${LOGFILE} 2>&1" +ExecStart=/bin/bash -c "exec __FINALPATH__/jitsi-jicofo/jicofo.sh --host=${JICOFO_HOST} --domain=${JICOFO_HOSTNAME} --user_name=${JICOFO_AUTH_USER} --user_domain=${JICOFO_AUTH_DOMAIN} --user_password=${JICOFO_AUTH_PASSWORD} ${JICOFO_OPTS} < /dev/null >> ${LOGFILE} 2>&1" [Install] WantedBy=multi-user.target diff --git a/manifest.json b/manifest.json index 83e4622..de065cf 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Video conferencing web application", "fr": "Application web de conférence vidéo" }, - "version": "1.0.6155~ynh1", + "version": "1.0.6155~ynh2", "url": "https://jitsi.org/Projects/JitMeet", "upstream": { "license": "Apache-2.0",