mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
Disable check for user and group options on Windows
This commit is contained in:
parent
1696fd1103
commit
b47dc73d30
1 changed files with 11 additions and 10 deletions
|
@ -221,6 +221,7 @@ this should be an IP address", metavar="IFACE",
|
|||
# Write pid file before chuid
|
||||
write_pidfile()
|
||||
|
||||
if not deluge.common.windows_check():
|
||||
if options.user:
|
||||
if not options.user.isdigit():
|
||||
import pwd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue