Hello?
I'm installed webgrab++ on ubuntu. Then crontab -e
25 10 * * * /home/user/run.sh
but run.sh can't execute this command.
root@stream:~/.wg++/ run.sh - This executable can run
Please help me crontab automatically run.sh for every day 07.40am
according to https://crontab.guru/#40_7_*_*_* you should change to 40 7 * * *
Then in your line looks like you missing the folder so try
40 7 * * * /home/user/.wg++/run.sh
thank you comment.
Sorry, I wrote the wrong folder on the specified forum
I'm write 40 7 * * * /home/user/.wg++/run.sh but newer run this command.
chmod +x /home/user/.wg++/run.sh don't run
try: 40 7 * * * /bin/sh /home/user/.wg++/run.sh and make sure run.sh has permission 755 and it's owned by the user you run ubuntu
Hi mat im trying to use latest wegbrag version in ubuntu but run.net.sh show function not found in cronjob maybe you know how fix this? because script working well using ./ in terminal but with /bin/sh in cronjob is not working.
thanks
regards
try without /bin/sh
40 7 * * * /home/user/.wg++/run.net.sh
(replace user with ur username)
i dont see a reason for needing the interpeter before as its specified in the first line of the run.net.sh file
Thank you friend I tried before that way and I don't know why didn't work I just try again and this time work maybe was my mistake thanks again.
Best regards