Guest User

Untitled

a guest
Aug 16th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Editing crontab remotely with ant sshexec doesn't not work
  2. <target name="remove-crontab">
  3. <echo message="Removing Crontab" />
  4. <sshexec host="${host}" username="${username}" password="${password}" command="crontab -r" trust="true" failonerror="false" />
  5. </target>
Add Comment
Please, Sign In to add comment