From c8c3090d491b4e127e2b5632fe6955040f9f50cc Mon Sep 17 00:00:00 2001 From: Matan Arnon Date: Fri, 31 Dec 2021 15:23:38 +0200 Subject: [PATCH] reverted PATH to original. it was changed for the testing and was returned in previos commit --- howdy/src/compare.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/howdy/src/compare.py b/howdy/src/compare.py index 0564a42..9acdec5 100644 --- a/howdy/src/compare.py +++ b/howdy/src/compare.py @@ -102,8 +102,8 @@ if len(sys.argv) < 2: exit(12) # Get the absolute path to the current directory -#PATH = os.path.abspath(__file__ + "/..") -PATH = "/usr/lib/security/howdy" +PATH = os.path.abspath(__file__ + "/..") + # The username of the user being authenticated user = sys.argv[1] # The model file contents