diff --git a/useful_error_message.patch b/useful_error_message.patch index b210da9..f255a95 100644 --- a/useful_error_message.patch +++ b/useful_error_message.patch @@ -17,7 +17,7 @@ index 11858ee20..5f76ac08d 100644 } err := unix.Exec(c.path, []string{name}, c.env) - return fmt.Errorf("while executing %s: %s", c.path, err) -+ return fmt.Errorf("while executing %s: %s\nPlease read /usr/share/doc/packages/singularity/README.SUSE to get help\n", c.path, err) ++ return fmt.Errorf("while executing %s: %s\nPlease read /usr/share/doc/packages/apptainer/README.SUSE to get help\n", c.path, err) } // Run executes the starter binary and returns once starter