[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Expect script does not work on crontab



Hello,

The following script is working fine executing from shell. But does not work running on crontab.

How to fix this crontab issue?


############################################################
#!/usr/bin/expect
spawn /usr/bin/rsync -avz --delete /var/app/ user@somedomain:/var/app/
expect "Password:"
send "somepassword\r"
interact
#############################################################


Thanks

Reply to: