• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by SanMiguel

  1. S

    Apply changes/updates to jffs scripts without rebooting Asus router

    Thank you very much for your suggestion! I think what ColinTaylor suggested was a simpler solution for my needs. Cheers! SM
  2. S

    Apply changes/updates to jffs scripts without rebooting Asus router

    Thank you ALL very much for your suggestions and clarifications! I have my “personal code and scripts” (like “duckDNS.sh”) stored in permanent USB storage, “init-start” is in JFFS (also permanent). Now that I understand how “cru” and crontab work, the solution that worked for me was to execute...
  3. S

    Apply changes/updates to jffs scripts without rebooting Asus router

    Mmmm, OK. I think I'm missing something... I explicitly have these two lines (and some other similar commands) inside /jffs/scripts/init-start #!/bin/sh cru a DuckDNS "15 * * * * /opt/share/www/duckdns/duck.sh >/dev/null 2>&1" Obviously, this gets executed when the router starts (or...
  4. S

    Apply changes/updates to jffs scripts without rebooting Asus router

    Thank you very much for your reply :) But that was not what I meant. I was referring to updating and refreshing User Scripts stored in the internal non-volatile flash in the JFFS partition in Asuswrt-Merlin. Documentation here: https://github.com/RMerl/asuswrt-merlin/wiki/User-scripts For...
  5. S

    Apply changes/updates to jffs scripts without rebooting Asus router

    Is it possible to apply changes made to scripts saved at /jffs/scripts/ (init-start and service-start) without rebooting the router? For instance, sometimes I only change the time to execute a "cron command" loaded on service-start, but I noticed that until I reboot, the changes do not take...
Back
Top