Search Results

Search: Posts Made By: sumitsks
2,917
Posted By sumitsks
That's correct, because your script not able to...
That's correct, because your script not able to find the below cmd
ec2-describe-instances --> What is this cmd for?
I think you have to call it with full path... or you may have to define it in...
2,917
Posted By sumitsks
I think you have to provide the code for both...
I think you have to provide the code for both scripts here.. so that we can know what cmds you are trying to execute
2,917
Posted By sumitsks
Use this. 10 05 * * * /directory/Script.sh >...
Use this.

10 05 * * * /directory/Script.sh > /directory/log/output.log 2>&1

Read this to get the format for crontab
Cron format (http://www.nncron.ru/help/EN/working/cron-format.htm)
2,917
Posted By sumitsks
Try this and see if you get some error in your...
Try this and see if you get some error in your output.log file.

0 10 * * * /directory/Script.sh > /directory/log/output.log 2>&1
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 04:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy