From 300fedf68453b7d6e3820cfe49ea42bf60424322 Mon Sep 17 00:00:00 2001 From: Dmitriy Yefremov Date: Sat, 30 Dec 2017 23:08:37 +0300 Subject: [PATCH] paths fix --- app/properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/properties.py b/app/properties.py index 1ba064e7..e5bd8f26 100644 --- a/app/properties.py +++ b/app/properties.py @@ -51,7 +51,7 @@ def get_default_settings(): "services_path": "/var/tuxbox/config/zapit/", "user_bouquet_path": "/var/tuxbox/config/zapit/", "satellites_xml_path": "/var/tuxbox/config/", - "data_dir_path": DATA_PATH + "neutrino"}, + "data_dir_path": DATA_PATH + "neutrino/"}, "profile": Profile.ENIGMA_2.value}