summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authordd <dd@wx.tnyzeq.icu>2024-07-05 06:56:58 +0200
committerdd <dd@wx.tnyzeq.icu>2024-07-05 06:56:58 +0200
commit6a8b6e208fce195b1a07ef9a4a986d805cb78af4 (patch)
tree8ae7240a117ffdd80a53b4680c053079234ddf32 /extras
parentee63aa161668c549df80e107f355305f36f8385e (diff)
downloadvyos-jenkins-6a8b6e208fce195b1a07ef9a4a986d805cb78af4.tar.gz
vyos-jenkins-6a8b6e208fce195b1a07ef9a4a986d805cb78af4.zip
fixed reprepro-mirror
Diffstat (limited to 'extras')
-rwxr-xr-xextras/mirror/reprepro-mirror.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/mirror/reprepro-mirror.sh b/extras/mirror/reprepro-mirror.sh
index 04b68ac..7f761de 100755
--- a/extras/mirror/reprepro-mirror.sh
+++ b/extras/mirror/reprepro-mirror.sh
@@ -25,7 +25,7 @@ set -e
sourcePath="/home/sentrium/web/dev.packages.vyos.net/public_html/repositories"
targetPath="/tmp/repositories/"
-targetPath=${targetPath:-$TARGET_PATH}
+targetPath=${TARGET_PATH:-$targetPath}
# Jenkins configuration.
jenkinsHost="172.17.17.17:8080"