Thanks @ExtremeFiretop, it was really set to 0.
FW update check interval is ok, but installing is postponed some days, when I set it to 0.
FW update check interval is ok, but installing is postponed some days, when I set it to 0.
Thanks @ExtremeFiretop, it was really set to 0.
FW update check interval is ok, but installing is postponed some days, when I set it to 0.
The cron schedule isn't just how often the script checks for updates, it's how often the script runs at all, if you make it run only once a week it will wait a week before checking again.
The original schedule of every Sunday wasn't ideal for a new user that doesn't understand all the features and switches yet.
- We also changed the default schedule from: Every SUNDAY:
To EVERYDAY:Code:0 0 * * Sun
Code:0 0 * * *
Thanks for the heads up, cron schedule is
Now I understand.Code:0 0 * * Sun
Just as a friendly reminder to users:They should switch to the stable master branch first:
Bash:/jffs/scripts/MerlinAU.sh stable
And then do a "forced update" just for good measure:
Bash:/jffs/scripts/MerlinAU.sh forceupdate
This was so a user who "force updated" normally through the regular menu, would end up on the "main" branch anyways. (Without the need to run the above steps mentioned by Martinski.)Anyone that downloaded 1.2.6, please do a "forced updated" to get back to the master branch.
While they currently match and are no different, that won't be the case once we start working on the next release.
I did that forced update at the time but is there a way to easily see which branch you are now on so you know it ‘stuck’? Preferably from within the menu accessed via amtm?will be now required to run the above steps mentioned by Martinski to get back to the main branch.
I did that forced update at the time but is there a way to easily see which branch you are now on so you know it ‘stuck’? Preferably from within the menu accessed via amtm?
I did that forced update at the time but is there a way to easily see which branch you are now on so you know it ‘stuck’? Preferably from within the menu accessed via amtm?
grep -E "^SCRIPT_BRANCH=|^readonly SCRIPT_VERSION=" /jffs/scripts/MerlinAU.sh
Here's one way to quickly double-check and verify what you have currently installed:
View attachment 60421Bash:grep -E "^SCRIPT_BRANCH=|^readonly SCRIPT_VERSION=" /jffs/scripts/MerlinAU.sh
Oh, you are a star! Thank youHere's one way to quickly double-check and verify what you have currently installed:
Bash:grep -E "^SCRIPT_BRANCH=|^readonly SCRIPT_VERSION=" /jffs/scripts/MerlinAU.sh
Dear developers,
A polite request:
Is it possible to include this info in the email notification?
"The firmware update is expected to occur on 2024-08-02 05:45:00."
The number of days postpone is also important, but with that extra info I know exactly when the update will occur, not needing to make calculations
Thanks in advance
And just like that my GT-AX11000 Pro automatically updated to the latest version this morning.....awesome job all!!!
Both main router and node got updated flawless, pretty sick!
In Option 2 "Set Router Credentials", do I need to set that for the script to function? I only want to use it for email notifications of a new release.
....
If you want MerlinAU to do the updates for you, but only manually without a schedule, you should disable the "Toggle F/W Update Check" at which point it will only update when you run option 1 manually.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!