TeHashX
Very Senior Member
I found the culprit, I have to add path to non working scripts@RMerlin
I can't execute scripts with firmware v378.55, is something changed?
If I change to /bin/sh it's ok but temporary, won't survive reboot and I can't put exec /bin/sh in /jffs/scripts/init-start because will not be executedCode:echo $0 -sh
Code:exec /bin/sh echo $0 /bin/sh
Code:
PATH=/opt/sbin:/opt/bin:/opt/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin