Skip to content

Commit

Permalink
chmod recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Jul 22, 2022
1 parent 3609395 commit 76bfe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jq -r 'to_entries | map(.key + "|" + (.value | tostring)) | .[]' <<< "$MODS" | \
curl "$value" --create-dirs --output "$DIR/98-themepark-$key" --silent
echo "Fetched $key script"
done
chmod go+rx $DIR
chmod -R +x $DIR

0 comments on commit 76bfe40

Please sign in to comment.