View Single Post
Old 05-26-2013, 02:23 PM   #3
xC0re
Junior Member
xC0re began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2013
Device: Kobo Mini
I didn't use any indentation.
One of the scripts looks like this.

Code:
#!/bin/sh 
sleep 10 
killall nickel 
killall hindenburg 
sleep 3 
crond & 
/bin/sh /mnt/onboard/update.sh
It's nearly in every script I wrote.
Astonishingly one script works. But only if its name ist update.sh.
If I rename the script but keep erverything else exactly the same, it throws also this error.

This is extremely strange. I have never seen such an error before.
xC0re is offline   Reply With Quote