cloud_discover: typo fix in DHCP script option 138

Signed-off-by: Tanya Singh <tanya_singh@accton.com>
This commit is contained in:
Tanya Singh
2025-08-19 11:14:47 +08:00
committed by John Crispin
parent b995833a03
commit 60e9fb2645

View File

@@ -5,7 +5,7 @@ import * as fs from 'fs';
let cmd = ARGV[0]; let cmd = ARGV[0];
let ifname = getenv("interface"); let ifname = getenv("interface");
let opt224 = getenv("opt138"); let opt138 = getenv("opt138");
let opt224 = getenv("opt224"); let opt224 = getenv("opt224");
if (cmd != 'bound' && cmd != 'renew') if (cmd != 'bound' && cmd != 'renew')