From ffb04bdcb4d5b1f450225f7a392c4505af8a65da Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Sun, 19 Apr 2020 02:26:29 +0200 Subject: [PATCH] Fix restart command --- seqs/jitsi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seqs/jitsi.sh b/seqs/jitsi.sh index e1c9fbf..c4e9639 100755 --- a/seqs/jitsi.sh +++ b/seqs/jitsi.sh @@ -138,7 +138,7 @@ step_20_info() { echo "Restart all $toolName components"; } step_20_alias() { ALIAS="restart"; } step_20() { echo " [I] Restart jitsi-meet components" - exe service prosody restart && service jicofo restart && service jitsi-videobridge2 restart + exep "service prosody restart&& service jicofo restart && service jitsi-videobridge2 restart" } VERSION_SEQREV=10