summaryrefslogtreecommitdiff
path: root/onionshare
diff options
context:
space:
mode:
authorVinicius Zavam <egypcio@googlemail.com>2019-07-23 15:09:11 +0000
committerVinicius Zavam <egypcio@googlemail.com>2019-07-23 15:09:11 +0000
commit04acf849d649f3140e5b783b733c7e3120b2e846 (patch)
treeb40d5704beaee0b73dd290530f2efcc4be9401ee /onionshare
parent9a327f26eaacad79abf535cc30d52d5ed735ae05 (diff)
downloadonionshare-04acf849d649f3140e5b783b733c7e3120b2e846.tar.gz
onionshare-04acf849d649f3140e5b783b733c7e3120b2e846.zip
DragonFly is *BSD; bringing back #716
Diffstat (limited to 'onionshare')
-rw-r--r--onionshare/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/onionshare/common.py b/onionshare/common.py
index 9b871f04..27e8efc2 100644
--- a/onionshare/common.py
+++ b/onionshare/common.py
@@ -41,7 +41,7 @@ class Common(object):
# The platform OnionShare is running on
self.platform = platform.system()
- if self.platform.endswith('BSD'):
+ if self.platform.endswith('BSD') or self.platform == 'DragonFly':
self.platform = 'BSD'
# The current version of OnionShare