forked from pool/apptainer
corrected patch with right location
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=2
This commit is contained in:
parent
ba0684af03
commit
0165fcf774
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user