From 1e971cc063f6dee398425db1b4788e98f6777cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Wed, 15 Sep 2021 16:27:02 +0200 Subject: [PATCH] Update buildLabel.sh --- utils/buildLabel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/buildLabel.sh b/utils/buildLabel.sh index 0e4f2c8..cd03fac 100755 --- a/utils/buildLabel.sh +++ b/utils/buildLabel.sh @@ -11,7 +11,7 @@ downloadURL=${1?:"need to provide a download URL."} # ./buildLabel.sh # Use working directory as download folder -tmpDir=$(date "+%Y-%m-%d-%H-%M-%S") +tmpDir="$(pwd)/$(date "+%Y-%m-%d-%H-%M-%S")" # Create a n almost unique folder name mkdir $tmpDir