Fix if condition.

This commit is contained in:
Luis Guzmán 2020-10-01 02:21:58 -05:00
parent 3b7f74d8a2
commit 38eb8acac6
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ elif [ ! -f $CONF_JSON ] && \
[ -f ${JIBRI_CONF}-dpkg-file ]; then
echo -e "\n> This jibri seems to be running the lastest configuration already.\n\nIf you think there maybe an error on checking you current jibri configuration.\nPlease report this to \
https://github.com/switnet-ltd/quick-jibri-installer/issues\n"
elif [ -f ${CONF_JSON}_disabled ] && \
elif [ -f ${CONF_JSON} ] && \
[ -f $JIBRI_CONF ]; then
echo -e "\n> This jibri config seems to be candidate for upgrading.\nIf you think there maybe an error on checking you current jibri configuration.\nPlease report this to \
https://github.com/switnet-ltd/quick-jibri-installer/issues\n"