mirror of
https://github.com/EnumeratedDev/enit.git
synced 2026-09-16 02:26:11 +00:00
Fix message printed when not launching ESVM from PID 1
This commit is contained in:
+1
-1
@@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user