Github issue 320: fixed display error

* switched "ignore SSL cert errors" and "use basic auth"
This commit is contained in:
Daniel Steglich 2015-11-30 20:39:38 +00:00 committed by Sunil Mohan Adapa
parent 9019adf775
commit 994e674885

View File

@ -259,13 +259,13 @@ doStatus()
else
echo "${DISABLED_STRING}"
fi
if [ ! -z "${basicauth}" ];then
echo "${basicauth}"
if [ ! -z "${ignoreCertError}" ];then
echo "${ignoreCertError}"
else
echo "${DISABLED_STRING}"
fi
if [ ! -z "${ignoreCertError}" ];then
echo "${ignoreCertError}"
if [ ! -z "${basicauth}" ];then
echo "${basicauth}"
else
echo "${DISABLED_STRING}"
fi