Fix message printed when not launching ESVM from PID 1
This commit is contained in:
parent
23f5b27eb1
commit
304532d62a
@ -75,7 +75,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if os.Getppid() != 1 {
|
if os.Getppid() != 1 {
|
||||||
fmt.Println("Enit must be run by PID 1!")
|
fmt.Println("Esvm must be run by PID 1!")
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user