diff options
Diffstat (limited to 'scripts/upload')
-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/ |