From 89b2403bec3a328e0e9b9ef5eec05ac71b03f479 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 12 May 2017 15:03:25 -0400 Subject: [PATCH] fixed modified path for x auth script --- scripts/core/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index dafa0c4f..1fe45e6c 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -308,7 +308,7 @@ if [ -z "$skip_all" ]; then # information for su. # get the x authority info for our current user. - source "$FEISTY_MEOW_SCRIPTS/x_win/get_x_auth.sh" + source "$FEISTY_MEOW_SCRIPTS/security/get_x_auth.sh" if [ -z "$X_auth_info" ]; then # if there's no authentication info to pass along, we just do a normal su. -- 2.34.1