Fixed typo
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import http.server
|
import http.server
|
||||||
import json
|
import json
|
||||||
import osdf81ec3e7f29dfdb84a3a7eec1ea38348003b908
|
import os
|
||||||
|
|
||||||
class BridgeHandler(http.server.SimpleHTTPRequestHandler):
|
class BridgeHandler(http.server.SimpleHTTPRequestHandler):
|
||||||
def do_GET(self):
|
def do_GET(self):
|
||||||
|
|||||||
@@ -809,7 +809,7 @@ echo -e "\n ✅ Credentials received."
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# 3. Load Credentials and run Discovery
|
# 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_IP=$(jq -r '.live_ip' configurator/live_settings.json)
|
||||||
LIVE_TARGET_PASSWD=$(jq -r '.live_password' configurator/live_settings.json)
|
LIVE_TARGET_PASSWD=$(jq -r '.live_password' configurator/live_settings.json)
|
||||||
TARGET_USER="nixos" # Default for NixOS ISO
|
TARGET_USER="nixos" # Default for NixOS ISO
|
||||||
|
|||||||
Reference in New Issue
Block a user