mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 01:23:42 +02:00
Reset owner after uploading manual
This commit is contained in:
parent
77051cf145
commit
e81938ae31
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ def run(self, opts):
|
|||
for host in ('download', 'files'):
|
||||
check_call(' '.join(['rsync', '-zrl', '--progress',
|
||||
srcdir, '%s:/srv/manual/' % host]), shell=True)
|
||||
check_call(('ssh %s chown -R http:http /srv/manual' % host).split())
|
||||
# }}}
|
||||
|
||||
class UploadDemo(Command): # {{{
|
||||
|
|
|
|||
Loading…
Reference in a new issue