mirror of
https://github.com/containers/podman.git
synced 2025-10-20 20:54:45 +08:00
rewrite typo osascript
Signed-off-by: Paul Wright <pwright@redhat.com>
This commit is contained in:
@ -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 run as root via sudo or osascript\n")
|
fmt.Printf("This command must be run as root via sudo or as a script\n")
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user