-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
CopyConfigurationTask fails due to double escaped target path #797
Comments
I can take care of this issue. |
@Sebobo can you please verify the PR? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
escapedTargetPath
is as its name says already escaped and is put into quotes in resulting script.This leads to an error when the scp command is called, as the path cannot be resolved:
Surf/src/Task/Neos/Flow/CopyConfigurationTask.php
Line 78 in c22b941
I assume this error rarely occurs as in most projects, the environment specific configuration is managed on the target system, or (in my case) the copy task is executed on the server itself.
The text was updated successfully, but these errors were encountered: