Hello,
After updating to version 7.14 of the firmware my custom script no longer runs on startup. The script still runs when executes from the CLI.
Does anyone know what the issue could be?
kind regards
Hello,
After updating to version 7.14 of the firmware my custom script no longer runs on startup. The script still runs when executes from the CLI.
Does anyone know what the issue could be?
kind regards
You might get an educated reply if you could also post your script.
There already was a simillar thread. Please check Custom script not executed on boot on RUTX50 - #2 by drakidis
Is your script located in root’s home? If yes just move it to your admin account home folder and run it from there.
Thank you for your reply.
Usually I add my code to the Startup script section like belowe:
Do you mean that instead of just adding the code here I should instead make an executable script that I then call from this startup script section?
I have found the issue and it turned out to be a very simple one.
On previous firmware I used #!/bin/bash at the start of a script, as advised from older posts. However on the newest firmware (7.14) it no longer accepts this and you need to use #!/bin/ash instead.
Thank you for everyone’s assistance.
Hello @ChrishLuies,
Could you please confirm whether your issue has been resolved, or if you still need any assistance?
Best regards,
The issue has been resolved, thank you.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.