diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-16 02:29:04 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-16 02:29:04 (EST) |
commit | a78a4b579c036ff51d2e34cdfde150fa2443f2f3 (patch) | |
tree | abf540d8649964c4d006a0107f3daf718abd618c | |
parent | 4117301e482106293e759e7995f2116c5056579c (diff) |
scripts/upload: Upload files to mirrored archive
-rwxr-xr-x | scripts/upload | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/upload b/scripts/upload index 4bfb683..4bcf60a 100755 --- a/scripts/upload +++ b/scripts/upload @@ -1,4 +1,3 @@ #!/bin/sh -rsync -az --progress feeds/ \ - files@files.proteanos.com:files/pub/proteanos-archplat-lists/ +rsync -az --progress feeds/ files@files.proteanos.com:files/pub/proteanos/feeds/ |