even less output
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
25652cd208
commit
3b4ee0fd68
|
@ -3,8 +3,8 @@ package main
|
||||||
// import "os"
|
// import "os"
|
||||||
import "log"
|
import "log"
|
||||||
import "time"
|
import "time"
|
||||||
/*
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
/*
|
||||||
import "reflect"
|
import "reflect"
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ func dhclient() {
|
||||||
shell.Run("dhclient wlan0")
|
shell.Run("dhclient wlan0")
|
||||||
|
|
||||||
for {
|
for {
|
||||||
log.Print("should check progress here")
|
fmt.Print(" should check progress here")
|
||||||
time.Sleep(20000 * time.Millisecond)
|
time.Sleep(20000 * time.Millisecond)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue