Fix restart command

This commit is contained in:
2020-04-19 02:26:29 +02:00
parent 4b4b0531c7
commit ffb04bdcb4

View File

@@ -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