sylabs/singularity-userdocs

Document -c in %post line

dtrudg opened this issue · 0 comments

E.g. to get %post to run under bash on Debian, where /bin/sh is a symlink to dash:

%post -c /bin/bash
   ...