mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-27 15:16:52 +02:00
Compare commits
3
Commits
1.2.1
..
61992d764a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61992d764a | ||
|
|
b11034dd17 | ||
|
|
fc6c5c65c8 |
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.20.2'
|
||||
- name: Check out code
|
||||
|
||||
@@ -1077,7 +1077,9 @@ func taskStartShell(args taskStartShellArgs) string {
|
||||
utils.WriteOption("SHELL_STATUS", "not_running")
|
||||
break
|
||||
}
|
||||
if timeout%10 == 0 {
|
||||
fmt.Println("Active Shell Timeout is " + fmt.Sprint(timeout) + " seconds")
|
||||
}
|
||||
time.Sleep(1 * time.Second)
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user