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.