mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-16 17:01:37 +00:00
Fix typo for cloud discovery script for DHCP option 138
Signed-off-by: Tanya Singh <tanya_singh@accton.com>
This commit is contained in:
parent
b995833a03
commit
5c0afbdea2
@ -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')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user