diff --git a/fetch.sh b/fetch.sh index 8766ca8c..e3f3fd37 100644 --- a/fetch.sh +++ b/fetch.sh @@ -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 \ No newline at end of file +chmod -R +x $DIR \ No newline at end of file