Fix restart command
This commit is contained in:
@@ -138,7 +138,7 @@ step_20_info() { echo "Restart all $toolName components"; }
|
|||||||
step_20_alias() { ALIAS="restart"; }
|
step_20_alias() { ALIAS="restart"; }
|
||||||
step_20() {
|
step_20() {
|
||||||
echo " [I] Restart jitsi-meet components"
|
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
|
VERSION_SEQREV=10
|
||||||
|
Reference in New Issue
Block a user