From: Chris Koeritz Date: Fri, 12 May 2017 19:03:25 +0000 (-0400) Subject: fixed modified path for x auth script X-Git-Tag: 2.140.90~179 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=89b2403bec3a328e0e9b9ef5eec05ac71b03f479;p=feisty_meow.git fixed modified path for x auth script --- 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.