Update internal/utils/utils.go
Thanks @inverse ! Co-authored-by: Malachi Soord <inverse.chi@gmail.com>pull/19/head
parent
a33a6f5e84
commit
b6bf06172c
|
@ -189,7 +189,7 @@ func WriteOption(optionKey string, optionValue string) {
|
||||||
db.Close()
|
db.Close()
|
||||||
}
|
}
|
||||||
|
|
||||||
// IsSystemReady : Checks hability of the service to execute commands (Only after "edgebox --build" is ran at least once via SSH, or if built for distribution)
|
// IsSystemReady : Checks readiness of the service to execute commands (Only after "edgebox --build" is ran at least once via SSH, or if built for distribution)
|
||||||
func IsSystemReady() bool {
|
func IsSystemReady() bool {
|
||||||
_, err := os.Stat(GetPath("wsPath") + ".ready")
|
_, err := os.Stat(GetPath("wsPath") + ".ready")
|
||||||
return !os.IsNotExist(err)
|
return !os.IsNotExist(err)
|
||||||
|
|
Loading…
Reference in New Issue