After restart CentOS Nation War auto start is broke =\ Why did this happen?
Printable View
After restart CentOS Nation War auto start is broke =\ Why did this happen?
Enable and start crond, make sure that all of the possible files are in Unix encoding format.
Yes, Windows uses CRLF (\r\n, 0D 0A) line endings while Unix just uses LF (\n, 0A).
That is why some reported a empty line in the Item or NPC Selling problem.
What are the differences between Linux and Windows .txt files (Unicode encoding) - Super User
I have to test, but I have noticed that If my crond file/s is in windows encoding then I have to re-edit/save it. It then works, as a result it gets converted to unix.
Its not that big of a deal, nice to know tho,..
(All files must be edited and saved in unix format)