Compare commits
2 Commits
708480f03f
...
0358900b0d
Author | SHA1 | Date |
---|---|---|
Paulo Truta | 0358900b0d | |
Paulo Truta | 623be87a84 |
|
@ -1147,7 +1147,7 @@ func taskGetBrowserDevStatus() string {
|
|||
"sh",
|
||||
[]string{"-c", "systemctl --quiet is-active code-server@root && echo 'active' || echo 'inactive'"},
|
||||
)
|
||||
if browserDevStatus != "" {
|
||||
if browserDevStatus == "active" {
|
||||
fmt.Println("Browser Dev Environment is running")
|
||||
utils.WriteOption("BROWSERDEV_STATUS", "running")
|
||||
return "{\"status\": \"running\"}"
|
||||
|
|
Loading…
Reference in New Issue