Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
markpavlenko committed May 11, 2024
1 parent ca8f6bf commit 4fdf9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyTermOS-Universal/usr/bin/PTCLI/cli
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class PyTermOS(cmd.Cmd):

def __init__(self):
super().__init__()
self.password_file = "/etc/pytermos_pwd.txt"
self.password_file = "/usr/bin/PTCLI/passwd.txt"
self.load_password()

def load_password(self):
Expand Down

0 comments on commit 4fdf9e0

Please sign in to comment.