SHA256
1
0
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:
Christian Goll 2022-02-18 11:56:19 +00:00 committed by Git OBS Bridge
parent ba0684af03
commit 0165fcf774

View File

@ -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