Commit 430956d3 authored by Jesai Langenbach's avatar Jesai Langenbach
Browse files

Fix whitespaces

parent c0449a3e
...@@ -234,7 +234,7 @@ _opns_check_auth() { ...@@ -234,7 +234,7 @@ _opns_check_auth() {
if [ -z "$OPNs_Api_Insecure" ]; then if [ -z "$OPNs_Api_Insecure" ]; then
OPNs_Api_Insecure="0" OPNs_Api_Insecure="0"
else 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" _saveaccountconf_mutable OPNs_Api_Insecure "$OPNs_Api_Insecure"
fi fi
export HTTPS_INSECURE="${OPNs_Api_Insecure}" export HTTPS_INSECURE="${OPNs_Api_Insecure}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment