Skip to content

Commit

Permalink
Fix some switched fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Jul 7, 2024
1 parent 91c1110 commit 6fd1645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/opers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ cat <<EOF
<define name="operName" value="${INSP_OPER_NAME:-oper}">
<define name="operPassword" value="${INSP_OPER_PASSWORD_HASH}">
<define name="operFingerprint" value="${INSP_OPER_FINGERPRINT}">
<define name="operAutologin" value="${INSP_OPER_SSLONLY:-yes}">
<define name="operSSLOnly" value="${INSP_OPER_AUTOLOGIN:-yes}">
<define name="operAutologin" value="${INSP_OPER_AUTOLOGIN:-yes}">
<define name="operSSLOnly" value="${INSP_OPER_SSLONLY:-yes}">
<define name="operHash" value="${INSP_OPER_HASH:-hmac-sha256}">
<define name="operHost" value="${INSP_OPER_HOST:-*@*}">
EOF
Expand Down

0 comments on commit 6fd1645

Please sign in to comment.