diff options
Diffstat (limited to 'scripts/upload')
-rwxr-xr-x | scripts/upload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upload b/scripts/upload index b0795b4..fdf4eef 100755 --- a/scripts/upload +++ b/scripts/upload @@ -1,4 +1,4 @@ #!/bin/sh rsync -az --progress lists/ \ - files@files.proteanos.com:files/pub/proteanos-archplats/ + files@files.proteanos.com:files/pub/proteanos-archplat-lists/ |