0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

reverted PATH to original. it was changed for the testing and was returned in previos commit

This commit is contained in:
Matan Arnon 2021-12-31 15:23:38 +02:00
parent 3f20e05da4
commit c8c3090d49

View file

@ -102,8 +102,8 @@ if len(sys.argv) < 2:
exit(12) exit(12)
# Get the absolute path to the current directory # Get the absolute path to the current directory
#PATH = os.path.abspath(__file__ + "/..") PATH = os.path.abspath(__file__ + "/..")
PATH = "/usr/lib/security/howdy"
# The username of the user being authenticated # The username of the user being authenticated
user = sys.argv[1] user = sys.argv[1]
# The model file contents # The model file contents