diff --git a/web/logic/interactive.py b/web/logic/interactive.py index b1b6022..e4a7543 100644 --- a/web/logic/interactive.py +++ b/web/logic/interactive.py @@ -6,10 +6,10 @@ import sys ### Variables --> SECRET_PATH = "/run/user/{}/numbus".format(os.getuid()) if os.path.exists("/run/user/{}".format(os.getuid())) else "../secrets" os.makedirs(SECRET_PATH, exist_ok=True) -LOGS_DIR = "../web/logs/" -PAGES_DIR = "../web/pages/" -CONFIG_DIR = "../web/config/" -SIGNALS_DIR = "../web/signal/" +LOGS_DIR = "logs/" +PAGES_DIR = "pages/" +CONFIG_DIR = "config/" +SIGNALS_DIR = "signal/" ### <-- Variables class BridgeHandler(http.server.SimpleHTTPRequestHandler): diff --git a/web/pages/configuration.html b/web/pages/configuration.html index 1a498b7..4b9e17f 100644 --- a/web/pages/configuration.html +++ b/web/pages/configuration.html @@ -63,7 +63,7 @@
Select the device type for your new Numbus machine that matches your needs.