We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d88cf0 + aafbfbb commit cd73e6eCopy full SHA for cd73e6e
docker2singularity.sh
@@ -164,8 +164,12 @@ rm -rf $TMPDIR
164
################################################################################
165
### Permissions ################################################################
166
167
+if [ "${mount_points}" ]; then
168
echo "(6/9) Adding mount points..."
169
singularity exec --writable --contain $new_container_name /bin/sh -c "mkdir -p ${mount_points}"
170
+else
171
+echo "(6/9) Skipping mount points..."
172
+fi
173
174
# making sure that any user can read and execute everything in the container
175
echo "(7/9) Fixing permissions..."
0 commit comments