Compare commits

..

1 Commits

Author SHA1 Message Date
Paulo Truta 708480f03f
Merge ee46b5b7d0 into b11034dd17 2024-12-04 19:54:41 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -1147,7 +1147,7 @@ func taskGetBrowserDevStatus() string {
"sh",
[]string{"-c", "systemctl --quiet is-active code-server@root && echo 'active' || echo 'inactive'"},
)
if browserDevStatus == "active" {
if browserDevStatus != "" {
fmt.Println("Browser Dev Environment is running")
utils.WriteOption("BROWSERDEV_STATUS", "running")
return "{\"status\": \"running\"}"