Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

homematic: fix backup mv #2371

Merged
merged 1 commit into from Feb 1, 2022

Conversation

sdirkwinkel
Copy link
Contributor

The recent backup fix introduced another error:
mv complains about us trying to move a folder into its own subfolder.
The script then aborts due to set -e. By ignoring the exit code of mv here
we get the desired result (complete backup and no error in ui)

cc @jens-maus

The recent backup fix introduced another error:
mv complains about us trying to move a folder into its own subfolder.
The script then aborts due to set -e. By ignoring the exit code of mv here
we get the desired result (complete backup and no error in ui)
@homeassistant
Copy link

Hi @sdirkwinkel,

It seems you haven't yet signed a CLA. Please do so here.

Once you do that we will be able to review and accept this pull request.

Thanks!

@jens-maus
Copy link
Contributor

Oh. Didn't thought about that! So my bad. Thanks for the fix which I can approve.

@pvizeli Please merge!

@pvizeli pvizeli merged commit dc8718c into home-assistant:master Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants