From 6f8da3c8e45cd3a4a82023374b9ba1581368996f Mon Sep 17 00:00:00 2001 From: sneak Date: Sun, 1 Mar 2020 08:59:57 +0000 Subject: [PATCH] Update 'mirror/syncubuntu.sh' --- mirror/syncubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 mirror/syncubuntu.sh diff --git a/mirror/syncubuntu.sh b/mirror/syncubuntu.sh old mode 100755 new mode 100644 index de9f73d..94126a9 --- a/mirror/syncubuntu.sh +++ b/mirror/syncubuntu.sh @@ -32,7 +32,7 @@ while [[ $DONE -eq 0 ]]; do --di-dist="$DIDIST" \ --di-arch=arches \ --ignore-small-errors \ - -r /ubuntu \ + -r "$UBUNTU_MIRROR_UPSTREAM_PATH" \ --getcontents \ --progress \ --method=http \