diff --git a/couchpotato/core/helpers/variable.py b/couchpotato/core/helpers/variable.py index b4dfcd8..e997cfb 100644 --- a/couchpotato/core/helpers/variable.py +++ b/couchpotato/core/helpers/variable.py @@ -24,7 +24,7 @@ def getDataDir(): # FreeBSD import sys - if 'freebsd9' in sys.platform: + if 'freebsd' in sys.platform: return os.path.join('/usr/local/', 'couchpotato', 'data') # Linux