Commit b85c1a88 authored by Jesai Langenbach's avatar Jesai Langenbach
Browse files

Fix additional line

parent 430956d3
...@@ -257,7 +257,6 @@ _opns_check_auth() { ...@@ -257,7 +257,6 @@ _opns_check_auth() {
_saveaccountconf_mutable OPNs_Token "$OPNs_Token" _saveaccountconf_mutable OPNs_Token "$OPNs_Token"
fi fi
if ! _opns_rest "GET" "/general/get"; then if ! _opns_rest "GET" "/general/get"; then
_err "Can't Access OPNsense" _err "Can't Access OPNsense"
return 1 return 1
......
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