From 06f299727c2171cacec681e3b70eaf81ef19a375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 29 Mar 2026 12:55:01 +0200 Subject: [PATCH] Fixed typo --- configurator/bridge.py | 2 +- deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configurator/bridge.py b/configurator/bridge.py index a3685f4..52133a3 100644 --- a/configurator/bridge.py +++ b/configurator/bridge.py @@ -1,6 +1,6 @@ import http.server import json -import osdf81ec3e7f29dfdb84a3a7eec1ea38348003b908 +import os class BridgeHandler(http.server.SimpleHTTPRequestHandler): def do_GET(self): diff --git a/deploy.sh b/deploy.sh index af5c3f4..1670989 100644 --- a/deploy.sh +++ b/deploy.sh @@ -809,7 +809,7 @@ echo -e "\n ✅ Credentials received." fi # 3. Load Credentials and run Discovery -DEVICE_TYPE=$(jq -r '.device_type' configurator/live_settings.json) +DEVICE_TYPE=$(jq -r '.device' configurator/live_settings.json) LIVE_TARGET_IP=$(jq -r '.live_ip' configurator/live_settings.json) LIVE_TARGET_PASSWD=$(jq -r '.live_password' configurator/live_settings.json) TARGET_USER="nixos" # Default for NixOS ISO