mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-28 12:56:28 -04:00
Properly increment _i in whitelist_setup()
This commit is contained in:
@@ -521,6 +521,7 @@ def whitelist_setup(): # takes input from the user to set up quick-unlock passw
|
||||
_quick_unlock_password += _char
|
||||
else:
|
||||
_quick_unlock_password_excluded += _char
|
||||
_i += 1
|
||||
|
||||
# create assembly key
|
||||
open(path.expanduser('~/.config/sshyp/gpg-gen'), 'w').writelines([
|
||||
|
||||
Reference in New Issue
Block a user