mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-04 23:59:58 +01:00
fix path
This commit is contained in:
parent
449c8f9726
commit
f0081d6e6d
|
|
@ -27,7 +27,7 @@ ROOT_PATH = os.path.dirname(sys.modules['boswatch'].__file__).replace("\\", "/")
|
|||
# implements a system adaption for the paths
|
||||
if platform.system() == "Linux":
|
||||
LOG_PATH = "/var/log/boswatch/"
|
||||
CONFIG_PATH = "/etc/boswatch/"
|
||||
CONFIG_PATH = "/etc/opt/boswatch/"
|
||||
else:
|
||||
LOG_PATH = ROOT_PATH + "log/"
|
||||
CONFIG_PATH = ROOT_PATH + "config/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue