diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-11 11:40:30 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-11 11:40:30 +0800 |
commit | 628dad7e3a8caa0a1c44a01690867a3ad331fffe (patch) | |
tree | d71e14847bdd0b5c723623fb85d859d6e59784c5 /sh | |
parent | 14b7db0c493ab863db826dac27137234cb1d2f16 (diff) |
mpra: rsync to ca after build because I moved website to ca
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/mpra | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ else done fi -[ "$copy_any" ] && sudo rsync -vPrlu --delete ../repo/ /srv/http/mirrors/archlinux/fly/os/any +[ "$copy_any" ] && sudo rsync -vPrlu --delete ../repo/ ca:/srv/http/mirrors/archlinux/fly/os/any if [ "$copy" ]; then if ! [ -d /var/lib/mpra ]; then |