From 2c0cf2cf434d1096205b6c1df07059d1a873d6d3 Mon Sep 17 00:00:00 2001 From: GilbN Date: Fri, 22 Jul 2022 12:11:33 +0000 Subject: [PATCH] deploy: 7b70ae5e17aacb13b51a6a15f77c17788710e5b3 --- fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.sh b/fetch.sh index 9a4b63f8..8766ca8c 100644 --- a/fetch.sh +++ b/fetch.sh @@ -11,7 +11,7 @@ mkdir -p "$DIR" printf "\nSaving mods into $DIR\n\n" jq -r 'to_entries | map(.key + "|" + (.value | tostring)) | .[]' <<< "$MODS" | \ while IFS='|' read key value; do - curl "$value" --create-dirs --output "$DIR/$key" --silent + 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