Skip to content

Commit fb84268

Browse files
committed
samba.sh: Fix typo in variable name
1 parent 22dbf7c commit fb84268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/ncp/SECURITY/multi-factor-authentication.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ is_active() {
194194

195195
configure() {
196196

197-
local active enable_totp_and_pw enable_pubkey_and_pw enable_pubkey_only enable_pw_only reset_totp_secret ssh_pubkey
197+
local active enable_totp_and_pw enable_pubkey_and_pw enable_pubkey_only enable_pw_only reset_totp_secret ssh_pubkeys
198198
enable_totp_and_pw="$ENABLE_TOTP_AND_PASSWORD"
199199
enable_pubkey_and_pw="$ENABLE_PUBLIC_KEY_AND_PASSWORD"
200200
enable_pubkey_only="$ENABLE_PUBLIC_KEY_ONLY"

0 commit comments

Comments
 (0)