mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Add option to not use rsync --checksum
This commit is contained in:
parent
52de223435
commit
e8d7e69630
2 changed files with 9 additions and 4 deletions
|
@ -250,7 +250,7 @@ __complete_stats() {
|
|||
__complete_server() {
|
||||
opts="-i -v -q"
|
||||
lopts="--identity-file --local-copy-dir --sync-from-local-copy-dir
|
||||
--verbose --quiet update"
|
||||
--verbose --quiet --no-checksum update"
|
||||
__complete_options
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue