- Changed the regex expression to not require a value after the key
This commit is contained in:
Logan Cusano
2024-03-09 15:09:42 -05:00
parent 32f827fe5e
commit 84aa4c5aff
2 changed files with 13 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ async function firstTimeBoot() {
console.log(`Generated a new unique ID for this node: '${localNodeConfig.node.nuid}'`);
// Update the config with the new ID
updateId(localNodeConfig.node.nuid);
await updateId(localNodeConfig.node.nuid);
console.log("Updated the config with the new node ID");
// TODO - Create the config file with the ID given and replace the update above
// TODO - Implement web server so users can update radio systems easily