mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-18 15:06:42 -04:00
Fix no-checksum option type for local sync (fixes #67)
This commit is contained in:
@@ -166,7 +166,7 @@ def _local_sync(fromdir, todir):
|
||||
'--one-file-system', '--delete', '--chmod=Da+rx,Fa-x,a+r,u+w']
|
||||
# use stricter rsync checking on all files since people using offline mode
|
||||
# are already prioritizing security above ease and speed
|
||||
if not options.nochecksum:
|
||||
if not options.no_checksum:
|
||||
rsyncargs.append('--checksum')
|
||||
if options.verbose:
|
||||
rsyncargs += ['--verbose']
|
||||
|
||||
Reference in New Issue
Block a user