mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-04 14:52:24 -05:00
Add trust="true" to scp command
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2172 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
12c668dac6
commit
e53096ba61
@ -496,7 +496,7 @@
|
||||
|
||||
<target name="upload-version">
|
||||
<scp todir="${username},davmail@web.sourceforge.net:htdocs"
|
||||
keyfile="${keyfile}" passphrase="${passphrase}" verbose="true">
|
||||
keyfile="${keyfile}" passphrase="${passphrase}" verbose="true" trust="true">
|
||||
<fileset dir="dist">
|
||||
<include name="version.txt"/>
|
||||
</fileset>
|
||||
|
Loading…
Reference in New Issue
Block a user