Skip to content

Commit

Permalink
Fixup scripts/list-container which I added without shellchecking it f…
Browse files Browse the repository at this point in the history
…irst
  • Loading branch information
yarikoptic committed Jan 15, 2025
1 parent 0e3aa74 commit f8ecf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/list-container
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ else
output=${container%.*}.filelist.gz
fi

singularity exec "$container" find / -xdev 2>/dev/null | gzip -9 > $output
singularity exec "$container" find / -xdev 2>/dev/null | gzip -9 > "$output"
echo "I: listed $container into $output"

0 comments on commit f8ecf9d

Please sign in to comment.