simple-php-git-deploy icon indicating copy to clipboard operation
simple-php-git-deploy copied to clipboard

chgrp "/path/to/dir/." failed: Operation not permitted (1)

Open Freshclicks opened this issue 9 years ago • 1 comments

The operation is successful in that all of the files transfer over successfully to the proper directory, but this error is causing the rest of the app to fail with rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]

Freshclicks avatar Nov 12 '15 21:11 Freshclicks

So I changed line 305 to 'rsync -rtO %s %s %s %s' and it resolved the rsync error

Freshclicks avatar Nov 13 '15 00:11 Freshclicks