Open sebma opened 8 years ago
Hi,
Debian derivatives (Mint, Ubuntu) is the first Linux distribution used in the world :)
SSH works very fine without /var/empty directory on Debian derivatives but keepassc does not.
/var/empty
keepassc
Can you please add the os.mkdir("/var/empty") in the setup.py if the directory does not exist ?
os.mkdir("/var/empty")
setup.py
Hi,
Debian derivatives (Mint, Ubuntu) is the first Linux distribution used in the world :)
SSH works very fine without
/var/empty
directory on Debian derivatives butkeepassc
does not.Can you please add the
os.mkdir("/var/empty")
in thesetup.py
if the directory does not exist ?