Isn't it the crontab that is fault for the fact that he says:
Then i assume it should be:
10 * * * * /var/Vote.sh
Then your script should be executed every 10 minutes.
Printable View
./Vote.sh: line 1: Dont forget to vote every 12hours to get 250 Cubi-Gold.Dont: command not found
root@perfectworld:/var#
- - - Updated - - -
OMG, Lolz. Now players get the error (Server network error). I had it before and couldn't fix it, I instead installed a new server. Now its back on, I wont keep installing servers I need to know what wrong. It only came after this Vote.sh thing came. I deleted it and still, Anyhelp?
Yet another post on the famous error cycle...read here
How is this supposed to be a file problem while it does allow players in for the first 10 mins?
- - - Updated - - -
Actully yea.. It seems to be java problem But how do I fix it? http://postimg.org/image/57p9ss3nn/
sorry i almost pissed my self at that script example..
there is a release called flood chat or something i suggest you take a look at that 1st
do you want a automatic system massage ?
buy a armchair
Alright. I got it working thanks. But how can I make crontab run 2 scripts. For example Iam running
*/15 * * * * /mnt/myscript1.sh and it is working. but I want it to run */15 * * * * /mnt/myscript1.sh and */59 * * * * /mnt/myscript2.sh
How do I type it in the console?
When I type it in this form none of the scripts work.
There must be a code that I have to write to tell the crontab that each one of them is a file.Quote:
*/15 * * * * /mnt/myscript1.sh
*/59 * * * * /mnt/myscript2.sh
Any help?
Thanks in advance
https://www.youtube.com/watch?v=fbfzahtZsN8
I've already explained how cron jobs works
Same questions to answers that would have solved your problem ages ago if you actually tried them...
crontab -e
*/15 * * * * /mnt/myscript1.sh
*/59 * * * * /mnt/myscript2.sh
save