Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Force cp to overwrite files #144

Merged
merged 1 commit into from
May 9, 2017
Merged

Force cp to overwrite files #144

merged 1 commit into from
May 9, 2017

Conversation

edgarasg
Copy link
Contributor

@edgarasg edgarasg commented May 7, 2017

On most systems cp is an alias of cp -i which does not overwrite files by default, this should be changed to plain /bin/cp with -rf option.

On most systems `cp` is an alias of `cp -i` which does not overwrite files by default, this should be changed to plain `/bin/cp` with `-rf` option.
@jwineman
Copy link
Contributor

jwineman commented May 8, 2017

Hi,

Thanks for the PR!

Is this an issue you've run into personally? If so what version and OS are you using?

Thanks,
John

@edgarasg
Copy link
Contributor Author

edgarasg commented May 9, 2017

Hi,

Yes, after plugin update new files were missing. We are using CloudLinux 6.8 - 7.3.

@jwineman
Copy link
Contributor

jwineman commented May 9, 2017

Thanks!

@jwineman jwineman merged commit ff8cbdf into cloudflare:master May 9, 2017
@edgarasg edgarasg deleted the patch-1 branch August 8, 2017 07:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants