forked from switnet/quick-jibri-installer
Fix confitional grep option
This commit is contained in:
parent
ab9e30ca1c
commit
a095035271
|
@ -209,7 +209,7 @@ sed -i "/xmpp.acc.ANONYMOUS_AUTH/ s|# ||" $JIG_SIP_PROP
|
|||
prosodyctl register transcript auth.$DOMAIN jigasi
|
||||
|
||||
#Temp fix Jigasi Transcript
|
||||
if [ grep -x "sleep" /etc/init.d/jicofo ]; then
|
||||
if grep -q "sleep" /etc/init.d/jicofo; then
|
||||
echo "Jicofo delay already present."
|
||||
else
|
||||
echo "Adding Jicofo delay..."
|
||||
|
|
Loading…
Reference in New Issue