mirror of
https://github.com/007revad/Synology_HDD_db.git
synced 2026-04-25 21:55:59 +03:00
[GH-ISSUE #543] --autoupdate does not update #695
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Synology_HDD_db#695
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Dec 16, 2025).
Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/543
After manually running the script to update it:
sudo -s /volumeX/Service_scripts/Synology_HDD_db-main/syno_hdd_db.sh -v --autoupdate=1There is still the same version: v3.6.111
Several weeks old.
Do I have some mistake in this?
@007revad commented on GitHub (Dec 16, 2025):
-vor--versionwill show the current version then exit. So the script is never going to act on--autoupdate=1while you also have-v.@ghost commented on GitHub (Dec 16, 2025):
Ok, not obvious to me. Just
-nrworking.Thanks for clarification.