mirror of
https://github.com/007revad/Synology_HDD_db.git
synced 2026-04-25 13:45:59 +03:00
[GH-ISSUE #29] -s/--showedits argument not working #519
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#519
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 @apkehoe on GitHub (Mar 22, 2023).
Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/29
Using the -s argument does not show edits, only runs the script as if it had no command line parameters.
@007revad commented on GitHub (Mar 22, 2023):
It only shows the edits for the
<model>_host_v7.dband<model>_host_v7.db.newfiles and all of your drives are already exists in those db files so no there was no edits to show.@apkehoe commented on GitHub (Mar 22, 2023):
I tried this on my DS720+ and got the same output. The first time I ran the script it made updates as I had drives not in the db. I've only been using the script for a few days but I've never been able to see the showedits data.
@apkehoe commented on GitHub (Mar 23, 2023):
Update added to ds720+_host_v7.db:
"WD80EFZX-68UW8N0":{"default":{"compatibility_interval":[{"compatibility":"support","not_yet_rolling_status":"support","fw_dsm_update_status_notify":false,"barebone_installable":true}]}},"WD_BLACK SN770 2TB":{"default":{"compatibility_interval":[{"compatibility":"support","not_yet_rolling_status":"support","fw_dsm_update_status_notify":false,"barebone_installable":true}]}}@apkehoe commented on GitHub (Mar 23, 2023):
Okay, I understand now. It will only show edits if you run it with -s AND it needs to make changes. I thought it would show what edits had been previously made to the existing files.