From 86d81c9c515ce69eee4162283a22e8f25fe4da23 Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Sun, 25 Feb 2024 08:43:23 -0500 Subject: [PATCH] Dealing with X's --- src/scripts/create.sh | 2 +- src/scripts/upgrade.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/create.sh b/src/scripts/create.sh index 9657143..867fcb1 100755 --- a/src/scripts/create.sh +++ b/src/scripts/create.sh @@ -2,7 +2,7 @@ version=$(curl -Ls -o /dev/null -w "%{url_effective}" https://github.com/rife2/bld/releases/latest) version=${version##*/} -filepath=$(mktemp -u -t "bld-$version.jar") +filepath=$(mktemp -u -t "bld-$version-XXXXXX.jar") echo "Downloading bld v$version..." echo diff --git a/src/scripts/upgrade.sh b/src/scripts/upgrade.sh index 21c8ee9..61f1f02 100755 --- a/src/scripts/upgrade.sh +++ b/src/scripts/upgrade.sh @@ -2,7 +2,7 @@ version=$(curl -Ls -o /dev/null -w "%{url_effective}" https://github.com/rife2/bld/releases/latest) version=${version##*/} -filepath=$(mktemp -u -t "bld-$version.jar") +filepath=$(mktemp -u -t "bld-$version-XXXXXX.jar") echo "Downloading bld v$version..." echo