Skip to content

Commit

Permalink
escape fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek committed Oct 15, 2024
1 parent 50ecdcd commit 4b866a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@
<echo message="${comment}..."/>
<echo message="${command}"/>
<exec executable="ssh" passthru="true" checkreturn="true" escape="false">
<arg value="${deploy.ssh.target}"/>
<arg value="-p ${deploy.ssh.port}"/>
<arg value="'${command}'"/>
<arg line="${deploy.ssh.target} -p ${deploy.ssh.port} '${command}'"/>
</exec>
</target>

Expand Down

0 comments on commit 4b866a4

Please sign in to comment.