less output

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-04-09 14:42:21 -07:00
parent 8f7a25d9c8
commit a13bf2c722
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ func dhclient() {
shell.Run("dhclient wlan0")
for {
log.Println("need to check the status of wpa_supplicant and dhclient here")
time.Sleep(1000 * time.Millisecond)
log.Println("should check progress here")
time.Sleep(20000 * time.Millisecond)
}
}