mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Github issue 320: fixed display error
* switched "ignore SSL cert errors" and "use basic auth"
This commit is contained in:
parent
9019adf775
commit
994e674885
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user