Skip to content

Commit 3614aea

Browse files
Add read permissions to nextflow launcher (#6288)
Signed-off-by: Richard Scott <[email protected]>
1 parent ed5c99e commit 3614aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function install() {
169169
local action="a=${2:-default}"
170170
get "$NXF_BASE/$version/nextflow?$action" "$tmpfile" "$1" || exit $?
171171
mv "$tmpfile" "$1" || exit $?
172-
chmod +x "$1" || exit $?
172+
chmod +rx "$1" || exit $?
173173
bash "$1" -download || exit $?
174174
echo ''
175175
echo -e $'Nextflow installation completed. Please note:'

0 commit comments

Comments
 (0)