FreeTAKTeam / FreeTakServer

Situational Awareness Server compatible with TAK clients
Eclipse Public License 2.0
649 stars 166 forks source link

FTS won't start due to non-existing folder in config. #100

Closed fieldmapper closed 3 years ago

fieldmapper commented 3 years ago

https://github.com/FreeTAKTeam/FreeTakServer/blob/pypi/FreeTAKServer/controllers/configuration/MainConfig.py

Line 19:

From: DBFilePath = str(r'/home/root/FTSDataBase.db') To: DBFilePath = str(r'/root/FTSDataBase.db')

Since docs suggest doing sudo anyway.

naman108 commented 3 years ago

this has been implemented