Skip to content

Commit

Permalink
samba.sh: Fix typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
theCalcaholic committed Jan 11, 2020
1 parent 22dbf7c commit fb84268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ncp/SECURITY/multi-factor-authentication.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ is_active() {

configure() {

local active enable_totp_and_pw enable_pubkey_and_pw enable_pubkey_only enable_pw_only reset_totp_secret ssh_pubkey
local active enable_totp_and_pw enable_pubkey_and_pw enable_pubkey_only enable_pw_only reset_totp_secret ssh_pubkeys
enable_totp_and_pw="$ENABLE_TOTP_AND_PASSWORD"
enable_pubkey_and_pw="$ENABLE_PUBLIC_KEY_AND_PASSWORD"
enable_pubkey_only="$ENABLE_PUBLIC_KEY_ONLY"
Expand Down

0 comments on commit fb84268

Please sign in to comment.