Quote:
Originally Posted by Uppy
I always use windows notebook to create .sh file. I have services and jailbreak installed. Now i try to write scripts on linux virtual box, and scripts working better, without any errors, but it didnt work on autostart from init.d folder. My command for make them executable is chmod +x. Do i need to formate my memory?
|
You won't need to manually make them executable, it's already taken care of as part of the root/services package. Any .sh file within /mnt/ext1/system/init.d should just run.
Did you test the simple script I suggested?
If you create the scripts on a Windows PC, use Notepad++ and make sure to change the setting from the menu:
Edit > EOL Conversion > Unix (LF)