You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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: