diff --git a/src/fenrir/fenrir-daemon b/src/fenrir/fenrir-daemon index d9147fb5..2afc6c02 100755 --- a/src/fenrir/fenrir-daemon +++ b/src/fenrir/fenrir-daemon @@ -5,7 +5,7 @@ # By Chrys, Storm Dragon, and contributers. import os, sys, inspect -fenrirPath = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) +fenrirPath = os.path.dirname(os.path.realpath(os.path.abspath(inspect.getfile(inspect.currentframe())))) if not fenrirPath in sys.path: sys.path.append(fenrirPath)