Fixed typo

This commit is contained in:
Raphaël Numbus
2026-03-29 12:55:01 +02:00
parent a2c98d9ccf
commit 06f299727c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import http.server
import json
import osdf81ec3e7f29dfdb84a3a7eec1ea38348003b908
import os
class BridgeHandler(http.server.SimpleHTTPRequestHandler):
def do_GET(self):
+1 -1
View File
@@ -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