Fix whitespaces

This commit is contained in:
Jesai Langenbach 2019-10-25 08:13:35 +02:00
parent c0449a3ed2
commit 430956d304
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ _opns_check_auth() {
if [ -z "$OPNs_Api_Insecure" ]; then
OPNs_Api_Insecure="0"
else
#save the api addr and key to the account conf file.
#save the api addr and key to the account conf file.
_saveaccountconf_mutable OPNs_Api_Insecure "$OPNs_Api_Insecure"
fi
export HTTPS_INSECURE="${OPNs_Api_Insecure}"