Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 2, 2024
1 parent 0b0160c commit b1dcf7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verify_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ verify () {
export DOCKER_RMI_CLEANUP=1
# This is set to simulate an environment where users have shared home drives protected
# by a strong umask (ie only group readable by default).
umask 027
chmod -R o-rwx "$RUNDIR"
# umask 027
# chmod -R o-rwx "$RUNDIR"
cd "$RUNDIR"
dirlist=$(ls .)
if [[ "$dirlist" == "external" ]]; then
Expand Down

0 comments on commit b1dcf7d

Please sign in to comment.