Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2017-01-16 15:44:38 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-01-16 15:44:38 +0300
commit46908bcedfea877977e29cc0bcb1388440fb8530 (patch)
tree92fe3d9b1fafdb1bcb59dbfce73b699763019627 /build-installers.sh
parentfec59368c57957c41a2b7a26e17684ac704a504c (diff)
Added fix to create the tmp folder during installer generation
Diffstat (limited to 'build-installers.sh')
-rwxr-xr-xbuild-installers.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/build-installers.sh b/build-installers.sh
index 3ad332f1b..8e688ea49 100755
--- a/build-installers.sh
+++ b/build-installers.sh
@@ -197,6 +197,12 @@ echo ""
echo ""
echo "Done building, uploading installers ..."
+if [ -d "./tmp" ]; then
+ rm -rf "./tmp"
+fi
+
+mkdir "./tmp"
+
echo "{" > "./tmp/latest-installers.json"
process_installer() {