fix missing if statement

This commit is contained in:
Luis Guzmán 2020-04-11 07:44:14 -05:00
parent ce9a7f2fef
commit 735e312064
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ if [ "$(dpkg-query -W -f='${Status}' $1 2>/dev/null | grep -c "ok installed")" =
echo " Please report to:
-> https://github.com/switnet-ltd/quick-jibri-installer/issues "
exit
fi
}
install_ifnot() {
if [ "$(dpkg-query -W -f='${Status}' $1 2>/dev/null | grep -c "ok installed")" == "1" ]; then