From 735e3120648b57c836c8af450fbdb044972a8f28 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 11 Apr 2020 07:44:14 -0500 Subject: [PATCH] fix missing if statement --- jra_nextcloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index 055b596..2b499d8 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -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