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