mirror of https://github.com/containers/podman.git
parent
7764bea981
commit
089d2513d8
|
@ -46,7 +46,7 @@ var rootCmd = &cobra.Command{
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
if os.Geteuid() != 0 {
|
if os.Geteuid() != 0 {
|
||||||
fmt.Printf("This command must be ran as root via sudo or osascript\n")
|
fmt.Printf("This command must be run as root via sudo or osascript\n")
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue