diff options
author | dd <dd@wx.tnyzeq.icu> | 2024-07-05 06:56:58 +0200 |
---|---|---|
committer | dd <dd@wx.tnyzeq.icu> | 2024-07-05 06:56:58 +0200 |
commit | 6a8b6e208fce195b1a07ef9a4a986d805cb78af4 (patch) | |
tree | 8ae7240a117ffdd80a53b4680c053079234ddf32 /extras | |
parent | ee63aa161668c549df80e107f355305f36f8385e (diff) | |
download | vyos-jenkins-6a8b6e208fce195b1a07ef9a4a986d805cb78af4.tar.gz vyos-jenkins-6a8b6e208fce195b1a07ef9a4a986d805cb78af4.zip |
fixed reprepro-mirror
Diffstat (limited to 'extras')
-rwxr-xr-x | extras/mirror/reprepro-mirror.sh | 2 |
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" |